Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / net / wireless / ti / wlcore / Makefile
diff --git a/kernel/drivers/net/wireless/ti/wlcore/Makefile b/kernel/drivers/net/wireless/ti/wlcore/Makefile
new file mode 100644 (file)
index 0000000..0a69c13
--- /dev/null
@@ -0,0 +1,12 @@
+wlcore-objs            = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
+                         boot.o init.o debugfs.o scan.o sysfs.o vendor_cmd.o
+
+wlcore_spi-objs        = spi.o
+wlcore_sdio-objs       = sdio.o
+
+wlcore-$(CONFIG_NL80211_TESTMODE)      += testmode.o
+obj-$(CONFIG_WLCORE)                   += wlcore.o
+obj-$(CONFIG_WLCORE_SPI)               += wlcore_spi.o
+obj-$(CONFIG_WLCORE_SDIO)              += wlcore_sdio.o
+
+ccflags-y += -D__CHECK_ENDIAN__