remove linux 2.4 specific build system code
[openwrt/openwrt.git] / target / linux / generic-2.6 / files / crypto / ocf / cryptocteon / Makefile
1 # for SGlinux builds
2 -include $(ROOTDIR)/modules/.config
3
4 obj-$(CONFIG_OCF_CRYPTOCTEON) += cryptocteon.o
5
6 obj ?= .
7 EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
8
9 ifdef CONFIG_OCF_CRYPTOCTEON
10 # you need the cavium crypto component installed
11 EXTRA_CFLAGS += -I$(ROOTDIR)/prop/include
12 endif
13
14 ifdef TOPDIR
15 -include $(TOPDIR)/Rules.make
16 endif
17