mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 00:05:11 +07:00
6d79468dd8
Also fixes the remaining CodingStyle issues that Lindent didn't fix. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
13 lines
354 B
Makefile
13 lines
354 B
Makefile
em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \
|
|
em28xx-input.o
|
|
|
|
em28xx-alsa-objs := em28xx-audio.o
|
|
|
|
obj-$(CONFIG_VIDEO_EM28XX) += em28xx.o
|
|
obj-$(CONFIG_VIDEO_EM28XX_ALSA) += em28xx-alsa.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/video
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
|
|
|