aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/westbridge/astoria/switch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/westbridge/astoria/switch/Makefile')
-rwxr-xr-xdrivers/staging/westbridge/astoria/switch/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/westbridge/astoria/switch/Makefile b/drivers/staging/westbridge/astoria/switch/Makefile
new file mode 100755
index 0000000..811ea74
--- /dev/null
+++ b/drivers/staging/westbridge/astoria/switch/Makefile
@@ -0,0 +1,9 @@
+# Makefile for the kernel westbridge hal
+#
+ifneq ($(CONFIG_WESTBRIDGE_DEBUG),y)
+ EXTRA_CFLAGS += -DWESTBRIDGE_NDEBUG
+endif
+
+obj-$(CONFIG_WESTBRIDGE_SWITCH_DRIVER) += cyasswitch.o
+
+