|
@@ -437,7 +437,9 @@ endif
|
|
PHONY += asm-generic
|
|
PHONY += asm-generic
|
|
asm-generic:
|
|
asm-generic:
|
|
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
|
|
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
|
|
- obj=arch/$(SRCARCH)/include/generated/asm
|
|
|
|
|
|
+ src=asm obj=arch/$(SRCARCH)/include/generated/asm
|
|
|
|
+ $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
|
|
|
|
+ src=uapi/asm obj=arch/$(SRCARCH)/include/generated/uapi/asm
|
|
|
|
|
|
# To make sure we do not include .config for any of the *config targets
|
|
# To make sure we do not include .config for any of the *config targets
|
|
# catch them early, and hand them over to scripts/kconfig/Makefile
|
|
# catch them early, and hand them over to scripts/kconfig/Makefile
|