mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
head-y := arch/xtensa/cpu/start.o
|
||
|
|
||
|
libs-y += arch/xtensa/cpu/
|
||
|
libs-y += arch/xtensa/lib/
|