]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/compat-wireless.git/commitdiff
compat-wireless: fix generation of compat_autoconf.h
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 2 Sep 2010 13:32:56 +0000 (06:32 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 2 Sep 2010 15:06:27 +0000 (08:06 -0700)
The endif of an ifdef or ifndef needs and comment so that gen-compat-
autoconf.sh knows that it should put it into the compat_autoconf.h. If
it is missing compat-wireless will not build.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config.mk

index 9d89d72ac1695d9f624c3650972389e4f6ed0c24..3c6d41663773ae38fbe176f974e2a710458ed072 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -502,7 +502,7 @@ CONFIG_ATH6KL_ENABLE_TARGET_DEBUG_PRINTS=y
 # CONFIG_ATH6KL_SKIP_ABI_VERSION_CHECK is not set
 CONFIG_ATH6KL_VIRTUAL_SCATTER_GATHER=y
 CONFIG_ATH6K_LEGACY=m
-endif
+endif #CONFIG_COMPAT_KERNEL_32
 endif