mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/Kconfig: Declare common board symbol
This commit is contained in:
parent
9ebfcdaa10
commit
08ace5a353
2
Kconfig
2
Kconfig
@ -13,6 +13,8 @@ osource "$(KCONFIG_GENERATED_DEPENDENCIES)"
|
|||||||
orsource "$(RIOTBOARD)/$(BOARD)/Kconfig"
|
orsource "$(RIOTBOARD)/$(BOARD)/Kconfig"
|
||||||
orsource "$(RIOTCPU)/$(CPU)/Kconfig"
|
orsource "$(RIOTCPU)/$(CPU)/Kconfig"
|
||||||
|
|
||||||
|
rsource "$(RIOTBOARD)/Kconfig"
|
||||||
|
|
||||||
# The application may declare new symbols as well
|
# The application may declare new symbols as well
|
||||||
osource "$(APPDIR)/Kconfig"
|
osource "$(APPDIR)/Kconfig"
|
||||||
|
|
||||||
|
10
boards/Kconfig
Normal file
10
boards/Kconfig
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Copyright (c) 2020 HAW Hamburg
|
||||||
|
#
|
||||||
|
# This file is subject to the terms and conditions of the GNU Lesser
|
||||||
|
# General Public License v2.1. See the file LICENSE in the top level
|
||||||
|
# directory for more details.
|
||||||
|
#
|
||||||
|
config BOARD
|
||||||
|
string
|
||||||
|
help
|
||||||
|
Name of the currently selected board.
|
Loading…
Reference in New Issue
Block a user