projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dd2437
)
V4L/DVB (8267): sms1xxx: Makefile cleanup
author
Steven Toth
<
[email protected]
>
Thu, 22 May 2008 21:01:42 +0000
(18:01 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 20 Jul 2008 10:20:24 +0000
(07:20 -0300)
Signed-off-by: Steven Toth <
[email protected]
>
Signed-off-by: Michael Krufky <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/mdtv/Makefile
patch
|
blob
|
history
diff --git
a/drivers/media/mdtv/Makefile
b/drivers/media/mdtv/Makefile
index e3d727d0a3ce6714289970cccb8cd8d7b1e7f7a8..16b9c488c9d18da33291806a30b1e97038c1728a 100644
(file)
--- a/
drivers/media/mdtv/Makefile
+++ b/
drivers/media/mdtv/Makefile
@@
-1,7
+1,10
@@
-#
-# Makefile for the kernel MDTV driver
-#
+smscore-objs := smscoreapi.o smsusb.o smsdvb.o
-smscore-objs := smscoreapi.o
+obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smscore.o
+
+EXTRA_CFLAGS += -Idrivers/media/video
+EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
+EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
+
+EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m)
-obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smscore.o smsusb.o smsdvb.o