X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fstaging%2Fcx25821%2FMakefile;fp=drivers%2Fstaging%2Fcx25821%2FMakefile;h=aedde18c68f96f68e377e43eb2d3d2824c7b213c;hb=f2ec334db8d14ae3ec2e4bf8d974f75b8f772e26;hp=d0eb16eac092ae75bc86684255e7048ab3b8269d;hpb=81e20d4d8d0317ecf1c7d193a52ab26cf74e1737;p=mv-sheeva.git diff --git a/drivers/staging/cx25821/Makefile b/drivers/staging/cx25821/Makefile index d0eb16eac09..aedde18c68f 100644 --- a/drivers/staging/cx25821/Makefile +++ b/drivers/staging/cx25821/Makefile @@ -1,4 +1,4 @@ -cx25821-objs := cx25821-core.o cx25821-cards.o cx25821-i2c.o \ +cx25821-y := cx25821-core.o cx25821-cards.o cx25821-i2c.o \ cx25821-gpio.o cx25821-medusa-video.o \ cx25821-video.o cx25821-video-upstream.o \ cx25821-video-upstream-ch2.o \ @@ -7,7 +7,7 @@ cx25821-objs := cx25821-core.o cx25821-cards.o cx25821-i2c.o \ obj-$(CONFIG_VIDEO_CX25821) += cx25821.o obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o -EXTRA_CFLAGS += -Idrivers/media/video -EXTRA_CFLAGS += -Idrivers/media/common/tuners -EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core -EXTRA_CFLAGS += -Idrivers/media/dvb/frontends +ccflags-y := -Idrivers/media/video +ccflags-y += -Idrivers/media/common/tuners +ccflags-y += -Idrivers/media/dvb/dvb-core +ccflags-y += -Idrivers/media/dvb/frontends