openwrtv4/target/linux/generic-2.6/files/crypto/ocf/safe/Makefile
2008-11-19 12:25:39 +00:00

12 lines
190 B
Makefile

# for SGlinux builds
-include $(ROOTDIR)/modules/.config
obj-$(CONFIG_OCF_SAFE) += safe.o
obj ?= .
EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
ifdef TOPDIR
-include $(TOPDIR)/Rules.make
endif