mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
10 lines
113 B
Makefile
10 lines
113 B
Makefile
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
extra-y = start.o
|
||
|
|
||
|
obj-y += time.o
|
||
|
obj-y += interrupts.o
|
||
|
obj-y += cpu.o
|