am a5b55c27
: Merge "Add a "reverse AUX hack" for ARM."
* commit 'a5b55c27c0a8199d42d1b03ef013baa9620e2bc2': Add a "reverse AUX hack" for ARM.
This commit is contained in:
commit
3b54d5a5fc
1 changed files with 2 additions and 1 deletions
|
@ -205,8 +205,9 @@ ifneq ($(CUSTOM_KERNEL_HEADERS),)
|
|||
else
|
||||
KERNEL_HEADERS_COMMON := $(libc_root)/kernel/common
|
||||
KERNEL_HEADERS_ARCH := $(libc_root)/kernel/arch-$(TARGET_ARCH)
|
||||
KERNEL_HEADERS_AUX := $(libc_root)/kernel/uapi # for kexec.h
|
||||
endif
|
||||
KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH)
|
||||
KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH) $(KERNEL_HEADERS_AUX)
|
||||
|
||||
TARGET_C_INCLUDES := \
|
||||
$(libc_root)/arch-arm/include \
|
||||
|
|
Loading…
Reference in a new issue