Added decision to include parallel port subdrivers.
If no way to control a PC-style LPT port is found, all subdrivers, except the PIC-an-LCD will be disabled. PIC-an-LCD uses the serial port.
This commit is contained in:
+5
-1
@@ -119,7 +119,11 @@ dnl else
|
||||
actdrivers=["$actdrivers lb216"]
|
||||
;;
|
||||
hd44780)
|
||||
DRIVERS="$DRIVERS hd44780${SO}"
|
||||
if test "$ac_cv_port_have_lpt" = yes ; then
|
||||
DRIVERS="$DRIVERS hd44780.o hd44780-4bit.o hd44780-ext8bit.o lcd_sem.o hd44780-serialLpt.o hd44780-winamp.o hd44780-picanlcd.o"
|
||||
else
|
||||
DRIVERS="$DRIVERS hd44780.o hd44780-picanlcd.o"
|
||||
fi
|
||||
actdrivers=["$actdrivers hd44780"]
|
||||
;;
|
||||
joy)
|
||||
|
||||
Reference in New Issue
Block a user