mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 11:59:00 +07:00
6d9a06f27a
This reverts commit 6ee28d94c9
.
The patch got some alien code there, not sure why. Revert it to apply
it properly.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 lines
275 B
Makefile
12 lines
275 B
Makefile
smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o
|
|
|
|
obj-$(CONFIG_SMS_SIANO_MDTV) += smsmdtv.o smsdvb.o
|
|
|
|
ifeq ($(CONFIG_SMS_SIANO_RC),y)
|
|
obj-$(CONFIG_SMS_SIANO_MDTV) += smsir.o
|
|
endif
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core
|
|
ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
|
|
|