Skip to content

Commit

Permalink
Group PCI and PCMCIA drivers in drivers/Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Likely <[email protected]>
  • Loading branch information
glikely committed Nov 15, 2007
1 parent 5798f87 commit 4d4faae
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,8 @@ LIB = $(obj)libdrivers.a

COBJS-y += ali512x.o
COBJS-y += ds1722.o
COBJS-y += fsl_pci_init.o
COBJS-y += mpc8xx_pcmcia.o
COBJS-y += ns87308.o
COBJS-y += pci.o
COBJS-y += pci_auto.o
COBJS-y += pci_indirect.o
COBJS-y += pxa_pcmcia.o
COBJS-y += rpx_pcmcia.o
COBJS-y += status_led.o
COBJS-y += ti_pci1410a.o
COBJS-y += tqm8xx_pcmcia.o
COBJS-y += tsi108_pci.o
COBJS-y += w83c553f.o

#
# Block and Flash Drivers
Expand Down Expand Up @@ -120,6 +109,21 @@ COBJS-y += tigon3.o
COBJS-y += tsec.o
COBJS-y += tsi108_eth.o

#
# PCI/PCMCIA device drivers
#
COBJS-y += fsl_pci_init.o
COBJS-y += mpc8xx_pcmcia.o
COBJS-y += pci.o
COBJS-y += pci_auto.o
COBJS-y += pci_indirect.o
COBJS-y += pxa_pcmcia.o
COBJS-y += rpx_pcmcia.o
COBJS-y += ti_pci1410a.o
COBJS-y += tqm8xx_pcmcia.o
COBJS-y += tsi108_pci.o
COBJS-y += w83c553f.o

#
# USB Drivers
#
Expand All @@ -131,6 +135,13 @@ COBJS-y += usbdcore_ep0.o
COBJS-y += usbdcore_mpc8xx.o
COBJS-y += usbdcore_omap1510.o

#
# Miscellaneous Drivers
#
COBJS-y += ali512x.o
COBJS-y += ns87308.o
COBJS-y += status_led.o

COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
Expand Down

0 comments on commit 4d4faae

Please sign in to comment.