-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[media] siano: split debugfs code into a separate file
To avoid mixing two different things at the same place, move the debugfs code into a separate file. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
- Loading branch information
Mauro Carvalho Chehab
committed
Mar 21, 2013
1 parent
3f6b87c
commit 503efe5
Showing
7 changed files
with
666 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o | ||
smsdvb-objs := smsdvb-main.o | ||
|
||
obj-$(CONFIG_SMS_SIANO_MDTV) += smsmdtv.o smsdvb.o | ||
|
||
ifeq ($(CONFIG_SMS_SIANO_RC),y) | ||
smsmdtv-objs += smsir.o | ||
endif | ||
|
||
ifeq ($(CONFIG_SMS_SIANO_DEBUGFS),y) | ||
smsdvb-objs += smsdvb-debugfs.o | ||
endif | ||
|
||
ccflags-y += -Idrivers/media/dvb-core | ||
ccflags-y += $(extra-cflags-y) $(extra-cflags-m) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.