From 2489007e7d740ccbc3e0a202914e243ad5178787 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 22 Sep 2012 09:48:20 +0200 Subject: merge opensource jb u5 Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2 --- drivers/staging/westbridge/astoria/switch/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 drivers/staging/westbridge/astoria/switch/Makefile (limited to 'drivers/staging/westbridge/astoria/switch/Makefile') 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 + + -- cgit v1.1