summaryrefslogtreecommitdiff
path: root/drivers/dsp/syslink/notify_ducatidriver/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dsp/syslink/notify_ducatidriver/Kbuild')
-rw-r--r--drivers/dsp/syslink/notify_ducatidriver/Kbuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/dsp/syslink/notify_ducatidriver/Kbuild b/drivers/dsp/syslink/notify_ducatidriver/Kbuild
new file mode 100644
index 000000000000..fd82baca9f04
--- /dev/null
+++ b/drivers/dsp/syslink/notify_ducatidriver/Kbuild
@@ -0,0 +1,19 @@
+
+
+omap_ducatidriver = notify_ducati.o drv_ducati.o
+
+
+obj-$(CONFIG_NOTIFY_DUCATI) += notify_ducatidriver.o
+notify_ducatidriver-objs = $(omap_ducatidriver)
+
+
+ccflags-y += -Wno-strict-prototypes
+
+#Machine dependent
+ccflags-y += -DCONFIG_DISABLE_BRIDGE_PM -DDSP_TRACEBUF_DISABLED \
+ -DVPOM4430_1_06
+
+#Header files
+ccflags-y += -Idrivers/dsp/syslink/inc
+ccflags-y += -Iarch/arm/plat-omap/include/
+