Point to the uapi header location for aarch64.
Change-Id: Ic42f5520eb0711c35aaf7106939ef83e449bda74
This commit is contained in:
parent
cc68ce7012
commit
5797382b53
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ ifneq ($(CUSTOM_KERNEL_HEADERS),)
|
|||
KERNEL_HEADERS_COMMON := $(CUSTOM_KERNEL_HEADERS)
|
||||
KERNEL_HEADERS_ARCH := $(CUSTOM_KERNEL_HEADERS)
|
||||
else
|
||||
KERNEL_HEADERS_COMMON := $(libc_root)/kernel/common
|
||||
KERNEL_HEADERS_ARCH := $(libc_root)/kernel/arch-$(TARGET_ARCH)
|
||||
KERNEL_HEADERS_COMMON := $(libc_root)/kernel/uapi
|
||||
KERNEL_HEADERS_ARCH := $(libc_root)/kernel/uapi/arch-$(TARGET_ARCH)
|
||||
endif
|
||||
KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH)
|
||||
|
||||
|
|
Loading…
Reference in a new issue