mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
7ef5fd4983
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>
8 lines
235 B
Makefile
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
|