2015-05-26 22:23:36 +08:00
|
|
|
obj-y = console/
|
2015-05-28 05:14:51 +08:00
|
|
|
obj-y += random/
|
2015-05-26 22:23:36 +08:00
|
|
|
obj-y += serial/
|
|
|
|
obj-y += timer/
|
|
|
|
obj-y += interrupt_controller/
|
|
|
|
obj-$(CONFIG_PCI) += pci/
|
2015-05-11 10:52:56 +08:00
|
|
|
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
2015-06-02 03:35:02 +08:00
|
|
|
obj-$(CONFIG_UART_SIMPLE) += simple/
|