9 lines
138 B
Makefile
Executable File
Vendored
9 lines
138 B
Makefile
Executable File
Vendored
#
|
|
# 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/
|