163fed0543d175c53e5ba58afa5a84860fd07d82
[openwrt/openwrt.git] / target / linux / generic / files / crypto / ocf / hifn / Makefile
1 # for SGlinux builds
2 -include $(ROOTDIR)/modules/.config
3
4 obj-$(CONFIG_OCF_HIFN) += hifn7751.o
5 obj-$(CONFIG_OCF_HIFNHIPP) += hifnHIPP.o
6
7 obj ?= .
8 EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
9
10 ifdef TOPDIR
11 -include $(TOPDIR)/Rules.make
12 endif
13