|
@@ -113,8 +113,6 @@ define archhelp
|
|
|
echo ' find in the kernel root.'
|
|
|
endef
|
|
|
|
|
|
-KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig
|
|
|
-
|
|
|
archheaders:
|
|
|
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
|
|
|
kbuild-file=$(HOST_DIR)/include/asm/Kbuild \
|
|
@@ -176,4 +174,4 @@ endef
|
|
|
include/generated/user_constants.h: $(HOST_DIR)/um/user-offsets.s
|
|
|
$(call filechk,gen-asm-offsets)
|
|
|
|
|
|
-export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
|
|
|
+export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
|