We need to include first the kernel config as otherwise
we end up trying to compile drivers which were disabled
for older kernels. This fixes compilation on 2.6.28 where
carl9170 was being compiled although we had disabled it
on config.mk.
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
ifneq ($(KERNELRELEASE),)
-include $(COMPAT_CONFIG_CW)
include $(COMPAT_CONFIG)
+include $(COMPAT_CONFIG_CW)
NOSTDINC_FLAGS := -I$(M)/include/ \
-include $(M)/include/linux/compat-2.6.h \