summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@frijolero.org>2012-05-04 15:35:27 -0700
committerLuis R. Rodriguez <mcgrof@frijolero.org>2012-05-04 15:38:43 -0700
commit1be278b34d906eb1418722007e3633e5e95401b5 (patch)
tree84642fcccf5457a4e7d4207e3ba8a6f3577a7c01 /Makefile
parent40e37d00789fe20e18186a674175b4511cb0cab0 (diff)
compat-wirless: prefix release files with dot
This prefixes these files with a dot: compat_base_tree --> .compat_base_tree compat_base_tree_version --> .compat_base_tree_version compat_version --> .compat_version Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f2adff25..49cbb59e 100644
--- a/Makefile
+++ b/Makefile
@@ -55,10 +55,10 @@ $(error "The path to this compat-wireless directory has spaces in it." \
endif
export CFLAGS += \
- -DCOMPAT_BASE_TREE="\"$(shell cat $(PWD)/compat_base_tree)\"" \
- -DCOMPAT_BASE_TREE_VERSION="\"$(shell cat $(PWD)/compat_base_tree_version)\"" \
+ -DCOMPAT_BASE_TREE="\"$(shell cat $(PWD)/.compat_base_tree)\"" \
+ -DCOMPAT_BASE_TREE_VERSION="\"$(shell cat $(PWD)/.compat_base_tree_version)\"" \
-DCOMPAT_PROJECT="\"Compat-wireless\"" \
- -DCOMPAT_VERSION="\"$(shell cat $(PWD)/compat_version)\""
+ -DCOMPAT_VERSION="\"$(shell cat $(PWD)/.compat_version)\""
# These exported as they are used by the scripts
# to check config and compat autoconf
@@ -66,7 +66,7 @@ export COMPAT_CONFIG_CW=$(PWD)/config.mk
export COMPAT_CONFIG=$(PWD)/.config
export CONFIG_CHECK=$(PWD)/.config.mk_md5sum.txt
export COMPAT_AUTOCONF=include/linux/compat_autoconf.h
-export CREL=$(shell cat $(PWD)/compat_version)
+export CREL=$(shell cat $(PWD)/.compat_version)
export CREL_PRE:=.compat_autoconf_
export CREL_CHECK:=$(PWD)/$(CREL_PRE)$(CREL)