Skip to content

Commit

Permalink
makefile: Set correct techpack header install directory
Browse files Browse the repository at this point in the history
Change-Id: If957ea9cb2f3d6dda94ebdf4e804937f48fde15e
Signed-off-by: TogoFire <italomellopereira@gmail.com>
  • Loading branch information
Rashed97 authored and TogoFire committed Jan 11, 2023
1 parent 841fd7f commit c32028c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ headers_install: __headers
$(error Headers not exportable for the $(SRCARCH) architecture))
$(Q)$(MAKE) $(hdr-inst)=include/uapi
$(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi $(hdr-dst)
$(Q)$(MAKE) $(hdr-inst)=techpack
$(Q)$(MAKE) $(hdr-inst)=techpack/audio/include/uapi

PHONY += headers_check_all
headers_check_all: headers_install_all
Expand All @@ -1490,7 +1490,7 @@ PHONY += headers_check
headers_check: headers_install
$(Q)$(MAKE) $(hdr-inst)=include/uapi 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/audio/include/uapi HDRCHECK=1

# ---------------------------------------------------------------------------
# Kernel selftest
Expand Down

0 comments on commit c32028c

Please sign in to comment.