This is the only way to solve the mess that happens whenever we try to rebuild the kernel without mrproper'ing it first. It's the most dirty thing on Earth, but it's really the only possible option. Change-Id: Ie7ecf24a55bcf36773869ee79f327474bb433a08
15 lines
452 B
Makefile
15 lines
452 B
Makefile
# Use USERINCLUDE when you must reference the UAPI directories only.
|
|
USERINCLUDE += \
|
|
-I$(srctree)/techpack/audio/include/uapi \
|
|
|
|
# Use LINUXINCLUDE when you must reference the include/ directory.
|
|
# Needed to be compatible with the O= option
|
|
LINUXINCLUDE += \
|
|
-I$(srctree)/techpack/audio/include/uapi \
|
|
-I$(srctree)/techpack/audio/include
|
|
|
|
obj-y += soc/
|
|
obj-y += dsp/
|
|
obj-y += ipc/
|
|
obj-y += asoc/
|