openwrtv4/target/linux/generic-2.4/files/crypto/ocf/pasemi/Makefile
Jo-Philipp Wich 0ff83e90ba add OCF 20100325 support to brcm-2.4
SVN-Revision: 21357
2010-05-04 21:00:14 +00:00

12 lines
194 B
Makefile

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