aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf/c7108/Makefile
blob: e7e634b2b535e70d121855a27dd0ccef06cebd25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# for SGlinux builds
-include $(ROOTDIR)/modules/.config

obj-$(CONFIG_OCF_C7108) += aes-7108.o

obj ?= .
EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/

ifdef TOPDIR
-include $(TOPDIR)/Rules.make
endif