aboutsummaryrefslogtreecommitdiffstats
path: root/package/libertas/src/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-10-07 16:03:31 +0000
committerNicolas Thill <nico@openwrt.org>2009-10-07 16:03:31 +0000
commitb795affe0662c01f29b91bfacc17d8ab4978c999 (patch)
treeccdfb0cf3245a9114c1252ae19c71065c70d21a2 /package/libertas/src/Makefile
parent7a7a5627cd47245ad50d2868bb4df72f28405001 (diff)
downloadupstream-b795affe0662c01f29b91bfacc17d8ab4978c999.tar.gz
upstream-b795affe0662c01f29b91bfacc17d8ab4978c999.tar.bz2
upstream-b795affe0662c01f29b91bfacc17d8ab4978c999.zip
libertas: use driver from compat-wireless instead of our own (deprecated) one
SVN-Revision: 17982
Diffstat (limited to 'package/libertas/src/Makefile')
-rw-r--r--package/libertas/src/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/libertas/src/Makefile b/package/libertas/src/Makefile
deleted file mode 100644
index b7a136f8ff..0000000000
--- a/package/libertas/src/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-libertas-objs := main.o wext.o \
- rx.o tx.o cmd.o \
- cmdresp.o scan.o \
- 11d.o \
- debugfs.o \
- ethtool.o assoc.o ioctl.o
-
-usb8xxx-objs += if_usb.o
-libertas_cs-objs += if_cs.o
-libertas_sdio-objs += if_sdio.o
-
-obj-$(CONFIG_LIBERTAS) += libertas.o
-obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
-obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o
-obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o