diff --git a/Makefile b/Makefile index e22dc0e6e560..35f62643c5fa 100644 --- a/Makefile +++ b/Makefile @@ -1382,7 +1382,7 @@ headers_install: __headers $(error Headers not exportable for the $(SRCARCH) architecture)) $(Q)$(MAKE) $(hdr-inst)=include/uapi dst=include $(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi $(hdr-dst) - $(Q)$(MAKE) $(hdr-inst)=techpack + $(Q)$(MAKE) $(hdr-inst)=techpack dst=include PHONY += headers_check_all headers_check_all: headers_install_all @@ -1392,7 +1392,7 @@ PHONY += headers_check headers_check: headers_install $(Q)$(MAKE) $(hdr-inst)=include/uapi dst=include HDRCHECK=1 $(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi $(hdr-dst) HDRCHECK=1 - $(Q)$(MAKE) $(hdr-inst)=techpack HDRCHECK=1 + $(Q)$(MAKE) $(hdr-inst)=techpack dst=include HDRCHECK=1 # --------------------------------------------------------------------------- # Kernel selftest