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/hifn/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/generic-2.4/files/crypto/ocf/hifn/Makefile (limited to 'target/linux/generic-2.4/files/crypto/ocf/hifn/Makefile') 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 + -- cgit v1.1