mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
31adb06f9d
Signed-off-by: Barry Song <baohua.song@csr.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
7 lines
118 B
Makefile
7 lines
118 B
Makefile
obj-y := timer.o
|
|
obj-y += irq.o
|
|
obj-y += clock.o
|
|
obj-y += rstc.o
|
|
obj-y += prima2.o
|
|
obj-$(CONFIG_DEBUG_LL) += lluart.o
|