Fix the CREL compat-wireless release name on top level Makefile
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 17 May 2010 23:32:23 +0000 (16:32 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 17 May 2010 23:33:24 +0000 (16:33 -0700)
The new compat-wireless release name is on the compat_version
file so use that on the Makefile.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Makefile

index 0db6e2f16a8c339ae7a4e5ef73385757b8c94c8f..e2041123d2d8e2eb37e4be5421f41aa24eca648a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ CFLAGS += \
 export COMPAT_CONFIG=config.mk
 export CONFIG_CHECK=.$(COMPAT_CONFIG)_md5sum.txt
 export COMPAT_AUTOCONF=include/linux/compat_autoconf.h
-export CREL=$(shell cat $(PWD)/compat-release)
+export CREL=$(shell cat $(PWD)/compat_version)
 export CREL_PRE:=.compat_autoconf_
 export CREL_CHECK:=$(CREL_PRE)$(CREL)