summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-09-18 01:04:12 +0000
committeraustriancoder <austriancoder>2004-09-18 01:04:12 +0000
commitcb6674ce8ca363125fcbc91b8aafb6a214b0120e (patch)
tree1afa7a7fcf7a53e3fc83bc1548a3465e897553cf /Makefile
parentddf3b8279cd232cefb22468eead47f0ab04774fa (diff)
downloadvdr-plugin-dxr3-cb6674ce8ca363125fcbc91b8aafb6a214b0120e.tar.gz
vdr-plugin-dxr3-cb6674ce8ca363125fcbc91b8aafb6a214b0120e.tar.bz2
you can configure microcode path in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 855fc10..41dd8b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.2 2004/09/18 00:09:20 austriancoder Exp $
+# $Id: Makefile,v 1.3 2004/09/18 01:04:12 austriancoder Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -56,9 +56,7 @@ DEFINES += -DSOCKET_CHMOD=0660
DEFINES += -D_GNU_SOURCE
# where is the microcode for the dxr3 located?
-export MICROCODE := /usr/share/misc/em8300.uc
-
-EXTRA_CFLAGS := -DMICROCODE=\"$(MICROCODE)\"
+DEFINES += -DMICROCODE=\"/usr/share/misc/em8300.uc\"
### The object files (add further files here):