remove linux 2.4 specific build system code
[openwrt/openwrt.git] / target / linux / generic-2.6 / files / crypto / ocf / hifn / Makefile
1 # for SGlinux builds
2 -include $(ROOTDIR)/modules/.config
3
4 obj-$(CONFIG_OCF_HIFN) += hifn7751.o
5 obj-$(CONFIG_OCF_HIFNHIPP) += hifnHIPP.o
6
7 obj ?= .
8 EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
9
10 ifdef TOPDIR
11 -include $(TOPDIR)/Rules.make
12 endif
13