diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-08-21 21:36:42 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-08-22 14:24:57 -0400 |
commit | 8340edb2d8a24ee88bad3e230b77cbfedf81cff8 (patch) | |
tree | 79952b3b41d2ced650498a45970cdbc4d6333122 /libertas_uap/Makefile | |
parent | b6be6e02f9bdecfb00b1264d7dfdf453badaba34 (diff) | |
download | dreamplug-libertas_uap-8340edb2d8a24ee88bad3e230b77cbfedf81cff8.tar.gz dreamplug-libertas_uap-8340edb2d8a24ee88bad3e230b77cbfedf81cff8.zip |
commit all files and directions
See README and LICENSE.
Diffstat (limited to 'libertas_uap/Makefile')
-rw-r--r-- | libertas_uap/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libertas_uap/Makefile b/libertas_uap/Makefile new file mode 100644 index 0000000..821f2a4 --- /dev/null +++ b/libertas_uap/Makefile @@ -0,0 +1,6 @@ +obj-$(CONFIG_LIBERTAS_UAP) += uap8xxx.o + +uap8xxx-y += uap_main.o uap_sdio_mmc.o +uap8xxx-$(CONFIG_PROC_FS) += uap_proc.o uap_debug.o + +EXTRA_CFLAGS += -DFPNUM='"52"' -DPXA3XX_DMA_ALIGN -DDEBUG_LEVEL1 |