From cda692f3f29e60aba8be56561b40c2fe50c4dfec Mon Sep 17 00:00:00 2001 From: Andrew Chant Date: Sun, 9 Sep 2018 22:53:25 +0000 Subject: [PATCH] Makefile: Add missing dst for techpack header include Change-Id: I5e1c44a6c07c84f22d7c239694586e409a5b139c Signed-off-by: UtsavBalar1231 UtsavBalar1231: techpack: fix headers_check while compiling inline --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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