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/mips/cpu/$(CPU)/start.o
|
|
|
|
libs-y += arch/mips/cpu/$(CPU)/
|
|
libs-y += arch/mips/lib/
|