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-19 00:13:35 -0300 |
commit | dd694441e31ebdabc439874c7eca4af0fa8ab338 (patch) | |
tree | 4d53c4ae891845065b83e7f588005ced78417a39 | |
parent | 68071add91b22fa361b65765e80107c44927b5fb (diff) | |
download | linux-3.10-dd694441e31ebdabc439874c7eca4af0fa8ab338.tar.gz linux-3.10-dd694441e31ebdabc439874c7eca4af0fa8ab338.tar.bz2 linux-3.10-dd694441e31ebdabc439874c7eca4af0fa8ab338.zip |
V4L/DVB (12851): cx25821/Makefile: Cleanup
Remove an extra line that it is not needed
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/staging/cx25821/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/cx25821/Makefile b/drivers/staging/cx25821/Makefile index 14b3af1e71e..10f87f05d8e 100644 --- a/drivers/staging/cx25821/Makefile +++ b/drivers/staging/cx25821/Makefile @@ -12,5 +12,3 @@ EXTRA_CFLAGS += -Idrivers/media/video EXTRA_CFLAGS += -Idrivers/media/common/tuners EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core EXTRA_CFLAGS += -Idrivers/media/dvb/frontends - -EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m) |