10 lines
229 B
Makefile
10 lines
229 B
Makefile
|
# Kconfig - riscv SOC family supporting the riscv privileged architecture spec
|
||
|
#
|
||
|
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
obj-y += $(SOC_SERIES)/
|
||
|
obj-y += common/
|