From cb6674ce8ca363125fcbc91b8aafb6a214b0120e Mon Sep 17 00:00:00 2001 From: austriancoder Date: Sat, 18 Sep 2004 01:04:12 +0000 Subject: you can configure microcode path in Makefile --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') 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): -- cgit v1.2.3