You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
242 B
10 lines
242 B
16 years ago
|
obj-y += clk.o cpu.o cs.o gpio.o irq.o prom.o setup.o timer.o
|
||
|
obj-y += dev-uart.o
|
||
|
obj-y += dev-pcmcia.o
|
||
|
obj-y += dev-usb-ohci.o
|
||
|
obj-y += dev-usb-ehci.o
|
||
|
obj-y += dev-enet.o
|
||
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
||
|
|
||
|
obj-y += boards/
|