You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
389 B
7 lines
389 B
ccflags-y += -I$(src) # needed for trace events |
|
MTK_PLATFORM := $(subst ",,$(CONFIG_MTK_PLATFORM)) |
|
subdir-ccflags-y += -I$(srctree)/drivers/misc/mediatek/include |
|
subdir-ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/mt-plat/$(MTK_PLATFORM)/include |
|
|
|
obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o |
|
obj-$(CONFIG_ANDROID_BINDER_IPC_SELFTEST) += binder_alloc_selftest.o
|
|
|