mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-16 03:59:21 +00:00
12 lines
323 B
Makefile
12 lines
323 B
Makefile
subdir-ccflags-y += -I$(srctree)/include/
|
|
subdir-ccflags-y += -I$(srctree)/kernel/
|
|
|
|
ifeq ($(CONFIG_MTK_SLBC),$(filter $(CONFIG_MTK_SLBC),m))
|
|
subdir-ccflags-y += -I$(srctree)/drivers/misc/mediatek/slbc/
|
|
endif
|
|
|
|
ccflags-y += -I$(src)
|
|
|
|
obj-$(CONFIG_MTK_CPUQOS_V3) += cpuqos_v3.o
|
|
cpuqos_v3-y += mpam_proto.o cpuqos_sys_common.o
|