Switch x86_64 over to uapi headers.
Bug: 11559337 Change-Id: Ia0a8dff9194375172d1c89daae917d2d8952ace7
This commit is contained in:
parent
7b954f4c77
commit
600b973722
|
@ -110,8 +110,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/asm-x86 # x86 covers both x86 and x86_64.
|
||||
endif
|
||||
KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH)
|
||||
|
||||
|
|
Loading…
Reference in New Issue