summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-07-31 11:38:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-07-31 11:38:40 +0200
commitd6b8a2832973d7bf767039a91905059bc7800452 (patch)
tree8619687adc86498cafeea97eb7d54b7b44fee7d8 /Makefile
parent44a4d1211783e8b0436ff988158a39ecab119524 (diff)
downloadvdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.gz
vdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.bz2
Added the command line options '--lirc', '--rcu' and '--no-kbd'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7bc8a57d..12142390 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.75 2005/05/14 10:32:13 kls Exp $
+# $Id: Makefile 1.76 2005/07/31 11:20:20 kls Exp $
.DELETE_ON_ERROR:
@@ -65,8 +65,14 @@ SMLFONT_ISO8859_15 = -adobe-helvetica-medium-r-normal--18-*-100-100-p-*-iso8859-
ifndef NO_KBD
DEFINES += -DREMOTE_KBD
endif
-
+ifdef REMOTE
DEFINES += -DREMOTE_$(REMOTE)
+endif
+
+LIRC_DEVICE ?= /dev/lircd
+RCU_DEVICE ?= /dev/ttyS1
+
+DEFINES += -DLIRC_DEVICE=\"$(LIRC_DEVICE)\" -DRCU_DEVICE=\"$(RCU_DEVICE)\"
DEFINES += -D_GNU_SOURCE