2 # Makefile for wlags49_h2_cs.ko and wlags49_h25_cs.ko
4 # Default build for Hermes-II base cards (possibly identified with
5 # "manfid: 0x0156, 0x0003" in "pccardctl ident" output), comment
8 # If you want to build for Hermes-II.5 base cards (possibly identified with
9 # "manfid: 0x0156, 0x0004" in "pccardctl ident" output), uncomment
12 # If you want to build AP support (untested), comment out -DSTA_ONLY
14 ccflags-y
:= -I
$(KERNELDIR
)/include
15 ccflags-y
+= -I
$(src
) \
26 ifeq ($(findstring HERMES25
,$(ccflags-y
)),)
27 WLNAME
:= wlags49_h2_cs
28 $(WLNAME
)-y
:= sta_h2.o
29 ifeq ($(findstring STA_ONLY
,$(ccflags-y
)),)
30 $(WLNAME
)-y
+= ap_h2.o
34 $(WLNAME
)-y
:= sta_h25.o
35 ifeq ($(findstring STA_ONLY
,$(ccflags-y
)),)
36 $(WLNAME
)-y
+= ap_h25.o
42 $(WLNAME
)-y
+= wl_profile.o \
54 $(WLNAME
)-$(CONFIG_SYSFS
) += wl_sysfs.o