diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-02-04 18:50:51 +0100 |
---|---|---|
committer | Oliver Endriss <o.endriss@gmx.de> | 2006-02-04 18:50:51 +0100 |
commit | c6c5e777afa8d5ea5f2ee2ad57332345ebe17182 (patch) | |
tree | d7f96d864cd0177d144c69886697a617f310acb9 /v4l/Makefile | |
parent | 7bb7b02fca73951f3db17dbe7c14bd5381cb0067 (diff) | |
download | mediapointer-dvb-s2-c6c5e777afa8d5ea5f2ee2ad57332345ebe17182.tar.gz mediapointer-dvb-s2-c6c5e777afa8d5ea5f2ee2ad57332345ebe17182.tar.bz2 |
fixed compiling the firmware into the av7110 driver
From: Oliver Endriss <o.endriss@gmx.de>
Fixed compiling av7110 firmware into the driver.
It did not work unless you specified the firmware path in the kernel
configuration (make menuconfig etc). Now it is sufficient to uncomment
two lines in Make.config...
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index ef983c8c3..889e1581c 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -196,6 +196,8 @@ $(obj)/fdump: $(obj)/av7110_firm.h: $(obj)/fdump $(obj)/fdump $(CONFIG_DVB_AV7110_FIRMWARE_FILE) dvb_ttpci_fw $@ + +EXTRA_CFLAGS += -DCONFIG_DVB_AV7110_FIRMWARE_FILE endif |