remove the old broadcom wl driver for linux 2.4
[openwrt/openwrt.git] / target / linux / generic-2.4 / files / crypto / ocf / c7108 / Makefile
1 # for SGlinux builds
2 -include $(ROOTDIR)/modules/.config
3
4 obj-$(CONFIG_OCF_C7108) += aes-7108.o
5
6 obj ?= .
7 EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
8
9 ifdef TOPDIR
10 -include $(TOPDIR)/Rules.make
11 endif
12