Loading Makefile +2 −2 Original line number Original line Diff line number Diff line Loading @@ -893,8 +893,8 @@ INSTALL_HDR_PATH=$(objtree)/usr export INSTALL_HDR_PATH export INSTALL_HDR_PATH PHONY += headers_install PHONY += headers_install headers_install: include/linux/version.h headers_install: include/linux/version.h scripts_basic FORCE $(Q)unifdef -Ux /dev/null $(Q)$(MAKE) $(build)=scripts scripts/unifdef $(Q)rm -rf $(INSTALL_HDR_PATH)/include $(Q)rm -rf $(INSTALL_HDR_PATH)/include $(Q)$(MAKE) -rR -f $(srctree)/scripts/Makefile.headersinst obj=include $(Q)$(MAKE) -rR -f $(srctree)/scripts/Makefile.headersinst obj=include Loading scripts/Makefile +3 −0 Original line number Original line Diff line number Diff line Loading @@ -15,6 +15,9 @@ hostprogs-$(CONFIG_IKCONFIG) += bin2c always := $(hostprogs-y) always := $(hostprogs-y) # The following hostprogs-y programs are only build on demand hostprogs-y += unifdef subdir-$(CONFIG_MODVERSIONS) += genksyms subdir-$(CONFIG_MODVERSIONS) += genksyms subdir-$(CONFIG_MODULES) += mod subdir-$(CONFIG_MODULES) += mod Loading scripts/Makefile.headersinst +1 −1 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ # # # ========================================================================== # ========================================================================== UNIFDEF := unifdef -U__KERNEL__ UNIFDEF := scripts/unifdef -U__KERNEL__ # Eliminate the contents of (and inclusions of) compiler.h # Eliminate the contents of (and inclusions of) compiler.h HDRSED := sed -e "s/ inline / __inline__ /g" \ HDRSED := sed -e "s/ inline / __inline__ /g" \ Loading Loading
Makefile +2 −2 Original line number Original line Diff line number Diff line Loading @@ -893,8 +893,8 @@ INSTALL_HDR_PATH=$(objtree)/usr export INSTALL_HDR_PATH export INSTALL_HDR_PATH PHONY += headers_install PHONY += headers_install headers_install: include/linux/version.h headers_install: include/linux/version.h scripts_basic FORCE $(Q)unifdef -Ux /dev/null $(Q)$(MAKE) $(build)=scripts scripts/unifdef $(Q)rm -rf $(INSTALL_HDR_PATH)/include $(Q)rm -rf $(INSTALL_HDR_PATH)/include $(Q)$(MAKE) -rR -f $(srctree)/scripts/Makefile.headersinst obj=include $(Q)$(MAKE) -rR -f $(srctree)/scripts/Makefile.headersinst obj=include Loading
scripts/Makefile +3 −0 Original line number Original line Diff line number Diff line Loading @@ -15,6 +15,9 @@ hostprogs-$(CONFIG_IKCONFIG) += bin2c always := $(hostprogs-y) always := $(hostprogs-y) # The following hostprogs-y programs are only build on demand hostprogs-y += unifdef subdir-$(CONFIG_MODVERSIONS) += genksyms subdir-$(CONFIG_MODVERSIONS) += genksyms subdir-$(CONFIG_MODULES) += mod subdir-$(CONFIG_MODULES) += mod Loading
scripts/Makefile.headersinst +1 −1 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ # # # ========================================================================== # ========================================================================== UNIFDEF := unifdef -U__KERNEL__ UNIFDEF := scripts/unifdef -U__KERNEL__ # Eliminate the contents of (and inclusions of) compiler.h # Eliminate the contents of (and inclusions of) compiler.h HDRSED := sed -e "s/ inline / __inline__ /g" \ HDRSED := sed -e "s/ inline / __inline__ /g" \ Loading