aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf/cryptocteon/Makefile
blob: eeed0d6411b7f58048ae7465de373fe5875b808a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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