Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46288040 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Switch MIPS over to uapi-only."

parents a5b55c27 b88bdebc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -196,9 +196,8 @@ ifneq ($(CUSTOM_KERNEL_HEADERS),)
else
    KERNEL_HEADERS_COMMON := $(libc_root)/kernel/uapi
    KERNEL_HEADERS_ARCH   := $(libc_root)/kernel/uapi/asm-$(TARGET_ARCH)
    KERNEL_HEADERS_AUX    := $(libc_root)/kernel/common
endif
KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH) $(KERNEL_HEADERS_AUX)
KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH)

TARGET_C_INCLUDES := \
	$(libc_root)/arch-mips/include \