]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
UBUNTU: SAUCE: (no-up) add support for installed header files to ubuntu directory
authorAndy Whitcroft <apw@canonical.com>
Fri, 3 Dec 2010 09:51:33 +0000 (09:51 +0000)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 15 Feb 2021 07:25:26 +0000 (08:25 +0100)
BugLink: http://bugs.launchpad.net/bugs/684666
We need the aufs headers in the linux-libc-headers, add support for
including files from the ubuntu include directory.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Makefile

index 254c598717954e509d8a47f3150e16085fea0edb..31181db64aead17346dd5c79a992e7e8d2c94aba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1300,6 +1300,7 @@ headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
          $(error Headers not exportable for the $(SRCARCH) architecture))
        $(Q)$(MAKE) $(hdr-inst)=include/uapi
        $(Q)$(MAKE) $(hdr-inst)=arch/$(SRCARCH)/include/uapi
+       $(Q)$(MAKE) $(hdr-inst)=ubuntu/include dst=include oldheaders=
 
 # Deprecated. It is no-op now.
 PHONY += headers_check