1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 11:13:53 +02:00

2.6.24 rt2x00 version needs more objects to produce the library

SVN-Revision: 10737
This commit is contained in:
Florian Fainelli 2008-04-06 09:52:32 +00:00
parent 7e2fc31830
commit 8b0dffad62

View File

@ -41,7 +41,7 @@ endif
# #
# Determine if and with what options the rt2x00 drivers should be build # Determine if and with what options the rt2x00 drivers should be build
# #
rt2x00lib-objs := rt2x00dev.o rt2x00mac.o rt2x00lib-objs := rt2x00dev.o rt2x00mac.o rt2x00config.o rt2x00firmware.o
ifeq ($(CONFIG_RT2X00),y) ifeq ($(CONFIG_RT2X00),y)
obj-m += rt2x00lib.o obj-m += rt2x00lib.o