diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-09-03 03:28:52 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-09-03 03:28:52 +0000 |
commit | e6f31f6b7949440cd735d0184c846aa2a3330f23 (patch) | |
tree | 69ec79fea0201a50a91b8fde5023a61863db524c /smoketest.sh | |
parent | 1285008c5f75c28d6304ba984c432992c450ba3a (diff) | |
download | lcd4linux-e6f31f6b7949440cd735d0184c846aa2a3330f23.tar.gz |
ULA200 driver by Bernhard Walle
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@892 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'smoketest.sh')
-rwxr-xr-x | smoketest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest.sh b/smoketest.sh index d4254a1..4a89f2e 100755 --- a/smoketest.sh +++ b/smoketest.sh @@ -9,7 +9,7 @@ rm -f smoketest.log lcd4linux make distclean ./bootstrap -for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232graphic G15 HD44780 IRLCD LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL Pertelian picoLCD picoLCDGraphic PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon USBHUB USBLCD WincorNixdorf X11; do +for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232graphic G15 HD44780 IRLCD LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL Pertelian picoLCD picoLCDGraphic PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon ULA200 USBHUB USBLCD WincorNixdorf X11; do make distclean ./configure --with-drivers=$driver |