Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119268
Collapse All | Expand All

(-)linux-2.6.15-gentoo-r1/drivers/Makefile.orig (-4 / +3 lines)
Lines 8-23 Link Here
8
obj-$(CONFIG_PCI)		+= pci/
8
obj-$(CONFIG_PCI)		+= pci/
9
obj-$(CONFIG_PARISC)		+= parisc/
9
obj-$(CONFIG_PARISC)		+= parisc/
10
obj-$(CONFIG_RAPIDIO)		+= rapidio/
10
obj-$(CONFIG_RAPIDIO)		+= rapidio/
11
# char/ comes before serial/ etc so that the VT console is the boot-time
12
# default, and before video/ so that silent fbsplash does not disappear.
13
obj-y				+= char/
11
obj-y				+= video/
14
obj-y				+= video/
12
obj-$(CONFIG_ACPI)		+= acpi/
15
obj-$(CONFIG_ACPI)		+= acpi/
13
# PnP must come after ACPI since it will eventually need to check if acpi
16
# PnP must come after ACPI since it will eventually need to check if acpi
14
# was used and do nothing if so
17
# was used and do nothing if so
15
obj-$(CONFIG_PNP)		+= pnp/
18
obj-$(CONFIG_PNP)		+= pnp/
16
19
17
# char/ comes before serial/ etc so that the VT console is the boot-time
18
# default.
19
obj-y				+= char/
20
21
obj-$(CONFIG_CONNECTOR)		+= connector/
20
obj-$(CONFIG_CONNECTOR)		+= connector/
22
21
23
# i810fb and intelfb depend on char/agp/
22
# i810fb and intelfb depend on char/agp/

Return to bug 119268