[kernel] ocf: move all stuff into files, and fix build error on .25
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / files / crypto / ocf / safe / Makefile
1 # for SGlinux builds
2 -include $(ROOTDIR)/modules/.config
3
4 obj-$(CONFIG_OCF_SAFE) += safe.o
5
6 obj ?= .
7 EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
8
9 ifdef TOPDIR
10 -include $(TOPDIR)/Rules.make
11 endif
12