mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
8036dc6bdc
This fixes some uneeded rebuilds under drivers/media/video after moving the source tree. The makefiles used $(src) and $(srctree) for include paths, which is unnecessary. Changed to use relative paths. Compile tested, produces byte-identical code to the previous makefiles. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
7 lines
171 B
Makefile
7 lines
171 B
Makefile
cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \
|
|
cx25840-vbi.o
|
|
|
|
obj-$(CONFIG_VIDEO_CX25840) += cx25840.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/video
|