Move soc/gd_gd32 to soc/gd/gd32. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
# Copyright (c) 2021 YuLong Yao <feilongphone@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_GD32E10X
|
|
|
|
config SOC_SERIES
|
|
default "gd32e10x"
|
|
|
|
rsource "Kconfig.defconfig.gd32*"
|
|
|
|
endif # SOC_SERIES_GD32E10X
|