enable CONFIG_NET_RADIO add preliminary motorola support

SVN-Revision: 471
This commit is contained in:
Mike Baker
2005-03-29 03:32:18 +00:00
parent c3512526f8
commit 15574cf2c0
3 changed files with 102 additions and 5 deletions

View File

@@ -19,9 +19,9 @@ WL_OBJS := wl_linux.o wlc.o d11ucode.o wlc_phy.o wlc_rate.o wlc_led.o wlc_secur
INSUP_OBJS := aes.o aeskeywrap.o hmac.o md5.o passhash.o prf.o rijndael-alg-fst.o sha1.o
# Alternate ioctl interfaces
ifeq ($(CONFIG_NET_WIRELESS),y)
WL_OBJS += wlc_cmn_ioctl.o
endif
#ifeq ($(CONFIG_NET_WIRELESS),y)
#WL_OBJS += wlc_cmn_ioctl.o
#endif
ifeq ($(CONFIG_WL_OID),y)
WL_OBJS += wl_oid.o
endif