2015-05-26 10:23:36 -04:00
|
|
|
obj-y = console/
|
2015-05-27 17:14:51 -04:00
|
|
|
obj-y += random/
|
2015-05-26 10:23:36 -04:00
|
|
|
obj-y += serial/
|
|
|
|
obj-y += timer/
|
|
|
|
obj-y += interrupt_controller/
|
|
|
|
obj-$(CONFIG_PCI) += pci/
|
2015-05-10 21:52:56 -05:00
|
|
|
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
2015-06-01 21:35:02 +02:00
|
|
|
obj-$(CONFIG_UART_SIMPLE) += simple/
|