summaryrefslogtreecommitdiff
path: root/package/libertas/src/Makefile
diff options
context:
space:
mode:
authorJens Muecke <jens@nons.de>2007-12-15 19:59:21 +0000
committerJens Muecke <jens@nons.de>2007-12-15 19:59:21 +0000
commit7eeb4e6f7f10c17c889abe4b905a909bb9f58af0 (patch)
treed2cd4d28e2b5c18464c71f4a9492a4eccc85b842 /package/libertas/src/Makefile
parentb03f211098f218b9e09d93a0056aec27a7a1e452 (diff)
downloadmtk-20170518-7eeb4e6f7f10c17c889abe4b905a909bb9f58af0.zip
mtk-20170518-7eeb4e6f7f10c17c889abe4b905a909bb9f58af0.tar.gz
mtk-20170518-7eeb4e6f7f10c17c889abe4b905a909bb9f58af0.tar.bz2
* adding network config for olpc * adding libertas * config issue * quiet mode for bootloader
SVN-Revision: 9768
Diffstat (limited to 'package/libertas/src/Makefile')
-rw-r--r--package/libertas/src/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/libertas/src/Makefile b/package/libertas/src/Makefile
new file mode 100644
index 0000000..0e27876
--- /dev/null
+++ b/package/libertas/src/Makefile
@@ -0,0 +1,15 @@
+libertas-objs := main.o wext.o \
+ rx.o tx.o cmd.o \
+ cmdresp.o scan.o \
+ join.o 11d.o \
+ debugfs.o \
+ ethtool.o assoc.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