From 0ff83e90ba5f0ed1d900813b470f61527500fdd8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 4 May 2010 21:00:14 +0000 Subject: add OCF 20100325 support to brcm-2.4 SVN-Revision: 21357 --- target/linux/generic-2.4/files/crypto/ocf/safe/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/linux/generic-2.4/files/crypto/ocf/safe/Makefile (limited to 'target/linux/generic-2.4/files/crypto/ocf/safe/Makefile') diff --git a/target/linux/generic-2.4/files/crypto/ocf/safe/Makefile b/target/linux/generic-2.4/files/crypto/ocf/safe/Makefile new file mode 100644 index 0000000000..9a36b081e5 --- /dev/null +++ b/target/linux/generic-2.4/files/crypto/ocf/safe/Makefile @@ -0,0 +1,12 @@ +# for SGlinux builds +-include $(ROOTDIR)/modules/.config + +obj-$(CONFIG_OCF_SAFE) += safe.o + +obj ?= . +EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/ + +ifdef TOPDIR +-include $(TOPDIR)/Rules.make +endif + -- cgit v1.2.3