6d79468dd8
Also fixes the remaining CodingStyle issues that Lindent didn't fix. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
12 lines
354 B
Makefile
12 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
|
|
|