1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-25 12:17:38 +03:00
openwrt-xburst/target/linux/generic-2.4/files/crypto/ocf/safe/Makefile
jow ea6674d9de [generic-2.4] add OCF 20100325 support to brcm-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-04 21:00:14 +00:00

13 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