compat-wireless: add conditions form config into compat_autoconf.h
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 11 Sep 2010 16:18:30 +0000 (09:18 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 13 Sep 2010 18:25:04 +0000 (11:25 -0700)
commit4a3073e2722dbce5004e2bf1eb2a085d5ab31a85
tree360e79551c3ddc08903a55d51f01165172246d3a
parenta5b5d4ccb894faa346d9bc9028b1db208331ca0d
compat-wireless: add conditions form config into compat_autoconf.h

We do not have to use "ifneq ($(CONFIG_...),)", "ifdef CONFIG_..." will
also work. It does not matter if it was set to m or y.
Now this can be added into compat_autoconf.h without changing the script.

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