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