Root/target/linux/generic/files/crypto/ocf/cryptocteon/Makefile

1# for SGlinux builds
2-include $(ROOTDIR)/modules/.config
3
4obj-$(CONFIG_OCF_CRYPTOCTEON) += cryptocteon.o
5
6obj ?= .
7EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
8
9ifdef CONFIG_OCF_CRYPTOCTEON
10# you need the cavium crypto component installed
11EXTRA_CFLAGS += -I$(ROOTDIR)/prop/include
12endif
13
14ifdef TOPDIR
15-include $(TOPDIR)/Rules.make
16endif
17
18

Archive Download this file



interactive