mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-05 07:54:53 +02:00
10 lines
202 B
Makefile
10 lines
202 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the RISC-V Linux kernel
|
|
#
|
|
obj-$(CONFIG_VECTOR_EMU) += softfloat/
|
|
obj-$(CONFIG_VECTOR_EMU) += insns/
|
|
obj-$(CONFIG_VECTOR_EMU) += decode.o
|
|
|
|
clean:
|