build: remove old kernel support
Change-Id: If1d29573a0ad4a863f0058c8b8e2c35f5ced6d9e Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
6450aa455c
commit
625acd5f4b
3 changed files with 2 additions and 19 deletions
12
Kbuild
12
Kbuild
|
@ -88,21 +88,11 @@ define rule_cc_o_c_1
|
|||
$(call echo-cmd,cc_o_c_1) $(cmd_cc_o_c_1);
|
||||
endef
|
||||
|
||||
ifeq ($(CONFIG_KERNEL_V2),y)
|
||||
OFFSETS_INCLUDE_KERNEL_LOCATION=$(strip \
|
||||
-I $(srctree)/kernel/unified/include \
|
||||
)
|
||||
else
|
||||
OFFSETS_INCLUDE_KERNEL_LOCATION=$(strip \
|
||||
-I $(srctree)/kernel/microkernel/include \
|
||||
-I $(srctree)/kernel/nanokernel/include \
|
||||
)
|
||||
endif
|
||||
|
||||
OFFSETS_INCLUDE = $(strip \
|
||||
-include $(CURDIR)/include/generated/autoconf.h \
|
||||
-I $(srctree)/include \
|
||||
-I $(CURDIR)/include/generated \
|
||||
-I $(srctree)/kernel/unified/include \
|
||||
$(OFFSETS_INCLUDE_KERNEL_LOCATION) \
|
||||
-I $(srctree)/lib/libc/minimal/include \
|
||||
-I $(srctree)/arch/${ARCH}/include )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue