mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
7 lines
161 B
Makefile
7 lines
161 B
Makefile
|
cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \
|
||
|
cx25840-vbi.o
|
||
|
|
||
|
obj-$(CONFIG_VIDEO_DECODER) += cx25840.o
|
||
|
|
||
|
EXTRA_CFLAGS += -I$(src)/..
|