Files
kernel_common_drivers/header_include.mk
T
wanwei.jiang 7ef5fd4983 build: directory customization [1/3]
PD#SWPL-72631

Problem:
common, build and common_drivers directories are not under the same directory

Solution:
common, build and common_drivers directories customization

Verify:
s4d and C2 AF400

Change-Id: I8e29737a0a791d58454691e922dda949098595bb
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2022-02-22 11:00:37 +08:00

8 lines
235 B
Makefile

USERINCLUDE += \
-I$(srctree)/$(COMMON_DRIVERS_DIR)/include \
-I$(srctree)/$(COMMON_DRIVERS_DIR)/include/uapi
LINUXINCLUDE += \
-I$(srctree)/$(COMMON_DRIVERS_DIR)/include \
-I$(srctree)/$(COMMON_DRIVERS_DIR)/include/uapi