openssl: replace ocf-crypto-headers with a header file from cryptodev-linux
[openwrt/openwrt.git] / target / linux / generic / files / crypto / ocf / ubsec_ssb / Makefile
1 # for SGlinux builds
2 -include $(ROOTDIR)/modules/.config
3
4 obj-$(CONFIG_OCF_UBSEC_SSB) += ubsec_ssb.o
5
6 obj ?= .
7 EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
8
9 ifdef TOPDIR
10 -include $(TOPDIR)/Rules.make
11 endif
12