Magellan Linux

Contents of /alx-src/trunk/kernel26-alx/linux/drivers/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 628 - (show annotations) (download)
Wed Mar 4 10:48:58 2009 UTC (15 years, 3 months ago) by niro
File size: 2059 byte(s)
import linux sources based on 2.6.12-alx-r9:
 -using linux-2.6.12.6
 -using 2.6.12-ck6 patch set
 -using fbsplash-0.9.2-r3
 -using vesafb-tng-0.9-rc7
 -using squashfs-2.2
 -added cddvd-cmdfilter-drop.patch as ck dropped it
 -added via-epia-dri (cle266) patch
 -added zd1211-svn-32 wlan driver (http://zd1211.ath.cx/download/)
 -added debian patches to zd1211 for wep256 etc

1 #
2 # Makefile for the Linux kernel device drivers.
3 #
4 # 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
5 # Rewritten to use lists instead of if-statements.
6 #
7
8 obj-$(CONFIG_PCI) += pci/
9 obj-$(CONFIG_PARISC) += parisc/
10 # char/ comes before serial/ etc so that the VT console is the boot-time
11 # default.
12 obj-y += char/
13 obj-y += video/
14 obj-$(CONFIG_ACPI_BOOT) += acpi/
15 # PnP must come after ACPI since it will eventually need to check if acpi
16 # was used and do nothing if so
17 obj-$(CONFIG_PNP) += pnp/
18
19 # i810fb and intelfb depend on char/agp/
20 obj-$(CONFIG_FB_I810) += video/i810/
21 obj-$(CONFIG_FB_INTEL) += video/intelfb/
22
23 # we also need input/serio early so serio bus is initialized by the time
24 # serial drivers start registering their serio ports
25 obj-$(CONFIG_SERIO) += input/serio/
26 obj-y += serial/
27 obj-$(CONFIG_PARPORT) += parport/
28 obj-y += base/ block/ misc/ net/ media/
29 obj-$(CONFIG_NUBUS) += nubus/
30 obj-$(CONFIG_ATM) += atm/
31 obj-$(CONFIG_PPC_PMAC) += macintosh/
32 obj-$(CONFIG_IDE) += ide/
33 obj-$(CONFIG_FC4) += fc4/
34 obj-$(CONFIG_SCSI) += scsi/
35 obj-$(CONFIG_FUSION) += message/
36 obj-$(CONFIG_IEEE1394) += ieee1394/
37 obj-y += cdrom/
38 obj-$(CONFIG_MTD) += mtd/
39 obj-$(CONFIG_PCCARD) += pcmcia/
40 obj-$(CONFIG_DIO) += dio/
41 obj-$(CONFIG_SBUS) += sbus/
42 obj-$(CONFIG_ZORRO) += zorro/
43 obj-$(CONFIG_MAC) += macintosh/
44 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
45 obj-$(CONFIG_PARIDE) += block/paride/
46 obj-$(CONFIG_TC) += tc/
47 obj-$(CONFIG_USB) += usb/
48 obj-$(CONFIG_USB_GADGET) += usb/gadget/
49 obj-$(CONFIG_GAMEPORT) += input/gameport/
50 obj-$(CONFIG_INPUT) += input/
51 obj-$(CONFIG_I2O) += message/
52 obj-$(CONFIG_I2C) += i2c/
53 obj-$(CONFIG_W1) += w1/
54 obj-$(CONFIG_PHONE) += telephony/
55 obj-$(CONFIG_MD) += md/
56 obj-$(CONFIG_BT) += bluetooth/
57 obj-$(CONFIG_ISDN) += isdn/
58 obj-$(CONFIG_MCA) += mca/
59 obj-$(CONFIG_EISA) += eisa/
60 obj-$(CONFIG_CPU_FREQ) += cpufreq/
61 obj-$(CONFIG_MMC) += mmc/
62 obj-$(CONFIG_INFINIBAND) += infiniband/
63 obj-$(CONFIG_BLK_DEV_SGIIOC4) += sn/
64 obj-y += firmware/
65 obj-$(CONFIG_CRYPTO) += crypto/