summaryrefslogtreecommitdiff
path: root/backport/Makefile.real
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2016-11-15 10:07:31 +0100
committerJohannes Berg <johannes.berg@intel.com>2016-11-15 10:07:31 +0100
commit6323a37cf73dfa8d2f4b4285e5a3a00b185895dc (patch)
treed562b66a828caddb49ae696d2b9cc74d2c564549 /backport/Makefile.real
parent7dba139e2e9e35e804b9cf9bb382d296ae245acc (diff)
backports: rename .local-symbols to local-symbols
Remove the leading . in the file, which has tripped up people a few times already because it's hidden, and not always copied. Change-Id: I48729af712f01b56cf43c4982321b989e33259f3 Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport/Makefile.real')
-rw-r--r--backport/Makefile.real2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/Makefile.real b/backport/Makefile.real
index a0f49162..c874d318 100644
--- a/backport/Makefile.real
+++ b/backport/Makefile.real
@@ -60,7 +60,7 @@ defconfig-%::
backport-include/backport/autoconf.h: .config Kconfig.versions Kconfig.kernel
@$(MAKE) oldconfig
@echo -n "Building backport-include/backport/autoconf.h ..."
- @grep -f .local-symbols .config | ( \
+ @grep -f local-symbols .config | ( \
echo "#ifndef COMPAT_AUTOCONF_INCLUDED" ;\
echo "#define COMPAT_AUTOCONF_INCLUDED" ;\
echo "/*" ;\