From a09a3f4cd32915a438f92be173c91bd17d88f89f Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Thu, 11 Apr 2013 16:55:22 +0200 Subject: backports: move header files This first step in reorganising the header files moves all the header files into a new backport-include/ directory that gets priority over the regular include/ where we copy the files we want to backport from the kernel. This will help split all the header files into logical units. While at it, move and rename compat_2.6.h and compat_autoconf.h to backport/backport.h and backport/autoconf.h respectively. Signed-off-by: Johannes Berg --- backport/Makefile.real | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backport/Makefile.real') diff --git a/backport/Makefile.real b/backport/Makefile.real index 0040ec7c..81164da3 100644 --- a/backport/Makefile.real +++ b/backport/Makefile.real @@ -52,9 +52,9 @@ defconfig-%:: echo "\--" ;\ false ) -include/linux/compat_autoconf.h: .config +backport-include/backport/autoconf.h: .config @$(MAKE) oldconfig - @echo -n "Building include/linux/compat_autoconf.h ..." + @echo -n "Building backport-include/backport/autoconf.h ..." @grep -f .local-symbols .config | ( \ echo "#ifndef COMPAT_AUTOCONF_INCLUDED" ;\ echo "#define COMPAT_AUTOCONF_INCLUDED" ;\ @@ -75,11 +75,11 @@ include/linux/compat_autoconf.h: .config esac ;\ done ;\ echo "#endif /* COMPAT_AUTOCONF_INCLUDED */" ;\ - ) > include/linux/compat_autoconf.h + ) > backport-include/backport/autoconf.h @echo " done." .PHONY: modules -modules: include/linux/compat_autoconf.h +modules: backport-include/backport/autoconf.h @$(MAKE) -f Makefile.build modules .PHONY: install -- cgit v1.2.3