]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/westbridge/astoria/Makefile
Merge branch 'master' into csb1725
[mv-sheeva.git] / drivers / staging / westbridge / astoria / Makefile
diff --git a/drivers/staging/westbridge/astoria/Makefile b/drivers/staging/westbridge/astoria/Makefile
new file mode 100644 (file)
index 0000000..907bdb2
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Makefile for the kernel westbridge device drivers.
+#
+
+ifneq ($(CONFIG_WESTBRIDGE_DEBUG),y)
+       EXTRA_CFLAGS            += -WESTBRIDGE_NDEBUG
+endif
+
+obj-$(CONFIG_WESTBRIDGE)               += device/
+obj-$(CONFIG_WESTBRIDGE)               += block/
+obj-$(CONFIG_WESTBRIDGE)               += gadget/
\ No newline at end of file