summaryrefslogtreecommitdiff
path: root/crypto/ocf/talitos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ocf/talitos/Makefile')
-rw-r--r--crypto/ocf/talitos/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto/ocf/talitos/Makefile b/crypto/ocf/talitos/Makefile
new file mode 100644
index 000000000000..2591b8aef581
--- /dev/null
+++ b/crypto/ocf/talitos/Makefile
@@ -0,0 +1,12 @@
+# for SGlinux builds
+-include $(ROOTDIR)/modules/.config
+
+obj-$(CONFIG_OCF_TALITOS) += talitos.o
+
+obj ?= .
+EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
+
+ifdef TOPDIR
+-include $(TOPDIR)/Rules.make
+endif
+