mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-19 17:59:18 +01:00
9 lines
125 B
Makefile
9 lines
125 B
Makefile
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
head-y := arch/sh/lib/start.o
|
|
|
|
libs-y += arch/sh/cpu/$(CPU)/
|
|
libs-y += arch/sh/lib/
|