044bcacb7bcea4c122547596d145be464a677db9
[openwrt/staging/yousong.git] / target / linux / generic / files / crypto / ocf / ocfnull / Makefile
1 # for SGlinux builds
2 -include $(ROOTDIR)/modules/.config
3
4 obj-$(CONFIG_OCF_OCFNULL) += ocfnull.o
5
6 obj ?= .
7 EXTRA_CFLAGS += -I$(obj)/..
8
9 ifdef TOPDIR
10 -include $(TOPDIR)/Rules.make
11 endif
12