diff options
author | austriancoder <austriancoder> | 2004-09-18 01:04:12 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-18 01:04:12 +0000 |
commit | cb6674ce8ca363125fcbc91b8aafb6a214b0120e (patch) | |
tree | 1afa7a7fcf7a53e3fc83bc1548a3465e897553cf /Makefile | |
parent | ddf3b8279cd232cefb22468eead47f0ab04774fa (diff) | |
download | vdr-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-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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): |