X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fgeneric-2.4%2Ffiles%2Fcrypto%2Focf%2Fcryptocteon%2FMakefile;fp=target%2Flinux%2Fgeneric-2.4%2Ffiles%2Fcrypto%2Focf%2Fcryptocteon%2FMakefile;h=eeed0d6411b7f58048ae7465de373fe5875b808a;hb=a3701af970f05ba4d8c747f3201296cb0e673957;hp=0000000000000000000000000000000000000000;hpb=5ac40cd7d53751d8d9d8b6896c6072b94b6cbbaf;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/generic-2.4/files/crypto/ocf/cryptocteon/Makefile b/target/linux/generic-2.4/files/crypto/ocf/cryptocteon/Makefile new file mode 100644 index 0000000000..eeed0d6411 --- /dev/null +++ b/target/linux/generic-2.4/files/crypto/ocf/cryptocteon/Makefile @@ -0,0 +1,17 @@ +# for SGlinux builds +-include $(ROOTDIR)/modules/.config + +obj-$(CONFIG_OCF_CRYPTOCTEON) += cryptocteon.o + +obj ?= . +EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/ + +ifdef CONFIG_OCF_CRYPTOCTEON +# you need the cavium crypto component installed +EXTRA_CFLAGS += -I$(ROOTDIR)/prop/include +endif + +ifdef TOPDIR +-include $(TOPDIR)/Rules.make +endif +