diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-03-28 17:00:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-03-28 17:00:33 -0400 |
commit | eedf2c5296a8dfaaf9aec1a938c1d3bd73159a30 (patch) | |
tree | a02e5ef1f2ae46c6328a6744e806c9e7dbff7327 /drivers/Makefile | |
parent | 0151f94f2e61c39858e714a5d92244b0e5a7fdf5 (diff) | |
parent | df52092f3c97788592ef72501a43fb7ac6a3cfe0 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30
* git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30:
fastboot: remove duplicate unpack_to_rootfs()
ide/net: flip the order of SATA and network init
async: remove the temporary (2.6.29) "async is off by default" code
Fix up conflicts in init/initramfs.c manually
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index c1bf41737936..2618a6169a13 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -36,13 +36,14 @@ obj-$(CONFIG_FB_INTEL) += video/intelfb/ | |||
36 | 36 | ||
37 | obj-y += serial/ | 37 | obj-y += serial/ |
38 | obj-$(CONFIG_PARPORT) += parport/ | 38 | obj-$(CONFIG_PARPORT) += parport/ |
39 | obj-y += base/ block/ misc/ mfd/ net/ media/ | 39 | obj-y += base/ block/ misc/ mfd/ media/ |
40 | obj-$(CONFIG_NUBUS) += nubus/ | 40 | obj-$(CONFIG_NUBUS) += nubus/ |
41 | obj-$(CONFIG_ATM) += atm/ | ||
42 | obj-y += macintosh/ | 41 | obj-y += macintosh/ |
43 | obj-$(CONFIG_IDE) += ide/ | 42 | obj-$(CONFIG_IDE) += ide/ |
44 | obj-$(CONFIG_SCSI) += scsi/ | 43 | obj-$(CONFIG_SCSI) += scsi/ |
45 | obj-$(CONFIG_ATA) += ata/ | 44 | obj-$(CONFIG_ATA) += ata/ |
45 | obj-y += net/ | ||
46 | obj-$(CONFIG_ATM) += atm/ | ||
46 | obj-$(CONFIG_FUSION) += message/ | 47 | obj-$(CONFIG_FUSION) += message/ |
47 | obj-$(CONFIG_FIREWIRE) += firewire/ | 48 | obj-$(CONFIG_FIREWIRE) += firewire/ |
48 | obj-y += ieee1394/ | 49 | obj-y += ieee1394/ |