diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 16:36:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 16:36:54 -0300 |
commit | 277150f879640f5ec167ed852ae33b90e35ed51a (patch) | |
tree | 1b70ec7014fe636790eaea375654f74d3dee5a2e /linux/drivers | |
parent | f7eb0f58685eeff5c650e8f56f04064954fff087 (diff) | |
download | mediapointer-dvb-s2-277150f879640f5ec167ed852ae33b90e35ed51a.tar.gz mediapointer-dvb-s2-277150f879640f5ec167ed852ae33b90e35ed51a.tar.bz2 |
cx25821/Makefile: Cleanup
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Remove an extra line that it is not needed
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/staging/cx25821/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/staging/cx25821/Makefile b/linux/drivers/staging/cx25821/Makefile index 020d84404..2029cd046 100644 --- a/linux/drivers/staging/cx25821/Makefile +++ b/linux/drivers/staging/cx25821/Makefile @@ -11,5 +11,3 @@ obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.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) |