mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
9 lines
138 B
Makefile
9 lines
138 B
Makefile
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
head-y := arch/m68k/cpu/$(CPU)/start.o
|
||
|
|
||
|
libs-y += arch/m68k/cpu/$(CPU)/
|
||
|
libs-y += arch/m68k/lib/
|