1 |
62 |
marcus.erl |
#
|
2 |
|
|
# Makefile for the kernel pcmcia subsystem (c/o David Hinds)
|
3 |
|
|
#
|
4 |
|
|
|
5 |
|
|
ifeq ($(CONFIG_PCMCIA_DEBUG),y)
|
6 |
|
|
EXTRA_CFLAGS += -DDEBUG
|
7 |
|
|
endif
|
8 |
|
|
|
9 |
|
|
pcmcia_core-y += cs.o cistpl.o rsrc_mgr.o socket_sysfs.o
|
10 |
|
|
pcmcia_core-$(CONFIG_CARDBUS) += cardbus.o
|
11 |
|
|
obj-$(CONFIG_PCCARD) += pcmcia_core.o
|
12 |
|
|
|
13 |
|
|
pcmcia-y += ds.o pcmcia_resource.o
|
14 |
|
|
pcmcia-$(CONFIG_PCMCIA_IOCTL) += pcmcia_ioctl.o
|
15 |
|
|
obj-$(CONFIG_PCMCIA) += pcmcia.o
|
16 |
|
|
|
17 |
|
|
obj-$(CONFIG_PCCARD_NONSTATIC) += rsrc_nonstatic.o
|
18 |
|
|
|
19 |
|
|
|
20 |
|
|
# socket drivers
|
21 |
|
|
|
22 |
|
|
obj-$(CONFIG_YENTA) += yenta_socket.o
|
23 |
|
|
|
24 |
|
|
obj-$(CONFIG_PD6729) += pd6729.o
|
25 |
|
|
obj-$(CONFIG_I82365) += i82365.o
|
26 |
|
|
obj-$(CONFIG_I82092) += i82092.o
|
27 |
|
|
obj-$(CONFIG_TCIC) += tcic.o
|
28 |
|
|
obj-$(CONFIG_PCMCIA_M8XX) += m8xx_pcmcia.o
|
29 |
|
|
obj-$(CONFIG_HD64465_PCMCIA) += hd64465_ss.o
|
30 |
|
|
obj-$(CONFIG_PCMCIA_SA1100) += sa11xx_core.o sa1100_cs.o
|
31 |
|
|
obj-$(CONFIG_PCMCIA_SA1111) += sa11xx_core.o sa1111_cs.o
|
32 |
|
|
obj-$(CONFIG_PCMCIA_PXA2XX) += pxa2xx_core.o pxa2xx_cs.o
|
33 |
|
|
obj-$(CONFIG_M32R_PCC) += m32r_pcc.o
|
34 |
|
|
obj-$(CONFIG_M32R_CFC) += m32r_cfc.o
|
35 |
|
|
obj-$(CONFIG_PCMCIA_AU1X00) += au1x00_ss.o
|
36 |
|
|
obj-$(CONFIG_PCMCIA_VRC4171) += vrc4171_card.o
|
37 |
|
|
obj-$(CONFIG_PCMCIA_VRC4173) += vrc4173_cardu.o
|
38 |
|
|
obj-$(CONFIG_OMAP_CF) += omap_cf.o
|
39 |
|
|
obj-$(CONFIG_AT91_CF) += at91_cf.o
|
40 |
|
|
obj-$(CONFIG_ELECTRA_CF) += electra_cf.o
|
41 |
|
|
|
42 |
|
|
sa11xx_core-y += soc_common.o sa11xx_base.o
|
43 |
|
|
pxa2xx_core-y += soc_common.o pxa2xx_base.o
|
44 |
|
|
|
45 |
|
|
au1x00_ss-y += au1000_generic.o
|
46 |
|
|
au1x00_ss-$(CONFIG_MIPS_PB1000) += au1000_pb1x00.o
|
47 |
|
|
au1x00_ss-$(CONFIG_MIPS_PB1100) += au1000_pb1x00.o
|
48 |
|
|
au1x00_ss-$(CONFIG_MIPS_PB1200) += au1000_db1x00.o
|
49 |
|
|
au1x00_ss-$(CONFIG_MIPS_PB1500) += au1000_pb1x00.o
|
50 |
|
|
au1x00_ss-$(CONFIG_MIPS_DB1000) += au1000_db1x00.o
|
51 |
|
|
au1x00_ss-$(CONFIG_MIPS_DB1100) += au1000_db1x00.o
|
52 |
|
|
au1x00_ss-$(CONFIG_MIPS_DB1200) += au1000_db1x00.o
|
53 |
|
|
au1x00_ss-$(CONFIG_MIPS_DB1500) += au1000_db1x00.o
|
54 |
|
|
au1x00_ss-$(CONFIG_MIPS_DB1550) += au1000_db1x00.o
|
55 |
|
|
au1x00_ss-$(CONFIG_MIPS_XXS1500) += au1000_xxs1500.o
|
56 |
|
|
|
57 |
|
|
sa1111_cs-y += sa1111_generic.o
|
58 |
|
|
sa1111_cs-$(CONFIG_ASSABET_NEPONSET) += sa1100_neponset.o
|
59 |
|
|
sa1111_cs-$(CONFIG_SA1100_BADGE4) += sa1100_badge4.o
|
60 |
|
|
sa1111_cs-$(CONFIG_SA1100_JORNADA720) += sa1100_jornada720.o
|
61 |
|
|
|
62 |
|
|
sa1100_cs-y += sa1100_generic.o
|
63 |
|
|
sa1100_cs-$(CONFIG_SA1100_ASSABET) += sa1100_assabet.o
|
64 |
|
|
sa1100_cs-$(CONFIG_SA1100_CERF) += sa1100_cerf.o
|
65 |
|
|
sa1100_cs-$(CONFIG_SA1100_COLLIE) += pxa2xx_sharpsl.o
|
66 |
|
|
sa1100_cs-$(CONFIG_SA1100_H3600) += sa1100_h3600.o
|
67 |
|
|
sa1100_cs-$(CONFIG_SA1100_SHANNON) += sa1100_shannon.o
|
68 |
|
|
sa1100_cs-$(CONFIG_SA1100_SIMPAD) += sa1100_simpad.o
|
69 |
|
|
|
70 |
|
|
pxa2xx_cs-$(CONFIG_ARCH_LUBBOCK) += pxa2xx_lubbock.o sa1111_generic.o
|
71 |
|
|
pxa2xx_cs-$(CONFIG_MACH_MAINSTONE) += pxa2xx_mainstone.o
|
72 |
|
|
pxa2xx_cs-$(CONFIG_PXA_SHARPSL) += pxa2xx_sharpsl.o
|
73 |
|
|
pxa2xx_cs-$(CONFIG_MACH_ARMCORE) += pxa2xx_cm_x270.o
|
74 |
|
|
|