aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-12-03 09:51:33 +0000
committerJohn Rigby <john.rigby@linaro.org>2010-12-13 16:45:28 -0700
commit3fead10d0286f0a51b96fd65989c1a1dc2199f35 (patch)
treed9c72c6ac390bcd9e4c418e57f1560a0aa7f33f5 /Makefile
parent50adff780953115c5e5c7bc1e6094589516808fb (diff)
UBUNTU: (no-up) add support for installed header files to ubuntu directory
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b8dd4af7629..08a72f5082e2 100644
--- a/Makefile
+++ b/Makefile
@@ -1038,6 +1038,7 @@ headers_install: __headers
$(error Headers not exportable for the $(SRCARCH) architecture))
$(Q)$(MAKE) $(hdr-inst)=include
$(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/asm $(hdr-dst)
+ $(Q)$(MAKE) $(hdr-inst)=ubuntu/include dst=include
PHONY += headers_check_all
headers_check_all: headers_install_all
@@ -1047,6 +1048,7 @@ PHONY += headers_check
headers_check: headers_install
$(Q)$(MAKE) $(hdr-inst)=include HDRCHECK=1
$(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/asm $(hdr-dst) HDRCHECK=1
+ $(Q)$(MAKE) $(hdr-inst)=ubuntu/include dst=include HDRCHECK=1
# ---------------------------------------------------------------------------
# Modules