Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139852 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.17-orig/drivers/Makefile (-2 / +3 lines)
Lines 27-32 obj-$(CONFIG_FB_INTEL) += video Link Here
27
27
28
obj-y				+= serial/
28
obj-y				+= serial/
29
obj-$(CONFIG_PARPORT)		+= parport/
29
obj-$(CONFIG_PARPORT)		+= parport/
30
obj-$(CONFIG_GAMEPORT)		+= input/gameport/
31
# load keyboard early so speakup can be quieted
32
obj-$(CONFIG_INPUT)		+= input/
30
obj-y				+= base/ block/ misc/ mfd/ net/ media/
33
obj-y				+= base/ block/ misc/ mfd/ net/ media/
31
obj-$(CONFIG_NUBUS)		+= nubus/
34
obj-$(CONFIG_NUBUS)		+= nubus/
32
obj-$(CONFIG_ATM)		+= atm/
35
obj-$(CONFIG_ATM)		+= atm/
Lines 51-58 obj-$(CONFIG_USB) += usb/ Link Here
51
obj-$(CONFIG_PCI)		+= usb/
54
obj-$(CONFIG_PCI)		+= usb/
52
obj-$(CONFIG_USB_GADGET)	+= usb/gadget/
55
obj-$(CONFIG_USB_GADGET)	+= usb/gadget/
53
obj-$(CONFIG_SERIO)		+= input/serio/
56
obj-$(CONFIG_SERIO)		+= input/serio/
54
obj-$(CONFIG_GAMEPORT)		+= input/gameport/
55
obj-$(CONFIG_INPUT)		+= input/
56
obj-$(CONFIG_I2O)		+= message/
57
obj-$(CONFIG_I2O)		+= message/
57
obj-$(CONFIG_RTC_LIB)		+= rtc/
58
obj-$(CONFIG_RTC_LIB)		+= rtc/
58
obj-$(CONFIG_I2C)		+= i2c/
59
obj-$(CONFIG_I2C)		+= i2c/

Return to bug 139852