Skip to content

Commit

Permalink
V4L/DVB (3929): Compilation for DVB_AV7110_FIRMWARE seems to be weird
Browse files Browse the repository at this point in the history
Some systems use a previous config information to generate
a default config. This seems to cause troubles on some 
systems.

This patch also fixes compilation for AV7110 firmware
inside V4L/DVB tree.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 6b3ccab commit 9a8e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/ttpci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/

hostprogs-y := fdump

ifdef CONFIG_DVB_AV7110_FIRMWARE
ifeq (CONFIG_DVB_AV7110_FIRMWARE,y)
$(obj)/av7110.o: $(obj)/fdump $(obj)/av7110_firm.h

$(obj)/av7110_firm.h:
Expand Down

0 comments on commit 9a8e10e

Please sign in to comment.