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