summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.4/files/crypto/ocf/hifn/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-04 21:00:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-04 21:00:14 +0000
commit0ff83e90ba5f0ed1d900813b470f61527500fdd8 (patch)
tree24468146cc7991ce8fa77e110d197a03582501bc /target/linux/generic-2.4/files/crypto/ocf/hifn/Makefile
parent32e7340bf26d1d59aefb14bf1af4c2e3cb9a9642 (diff)
downloadmtk-20170518-0ff83e90ba5f0ed1d900813b470f61527500fdd8.zip
mtk-20170518-0ff83e90ba5f0ed1d900813b470f61527500fdd8.tar.gz
mtk-20170518-0ff83e90ba5f0ed1d900813b470f61527500fdd8.tar.bz2
add OCF 20100325 support to brcm-2.4
SVN-Revision: 21357
Diffstat (limited to 'target/linux/generic-2.4/files/crypto/ocf/hifn/Makefile')
-rw-r--r--target/linux/generic-2.4/files/crypto/ocf/hifn/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/generic-2.4/files/crypto/ocf/hifn/Makefile b/target/linux/generic-2.4/files/crypto/ocf/hifn/Makefile
new file mode 100644
index 0000000..163fed0
--- /dev/null
+++ b/target/linux/generic-2.4/files/crypto/ocf/hifn/Makefile
@@ -0,0 +1,13 @@
+# for SGlinux builds
+-include $(ROOTDIR)/modules/.config
+
+obj-$(CONFIG_OCF_HIFN) += hifn7751.o
+obj-$(CONFIG_OCF_HIFNHIPP) += hifnHIPP.o
+
+obj ?= .
+EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
+
+ifdef TOPDIR
+-include $(TOPDIR)/Rules.make
+endif
+