1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Kconfig: Optionally add CPU-specific symbols

This commit is contained in:
Leandro Lanzieri 2020-03-23 13:48:56 +01:00
parent 8cca9bfc28
commit e94f4a65a7
No known key found for this signature in database
GPG Key ID: 39607DE6080007A3

View File

@ -9,6 +9,8 @@ mainmenu "RIOT Configuration"
# For now, get used modules as macros from this file (see kconfig.mk)
osource "$(KCONFIG_GENERATED_DEPENDENCIES)"
orsource "$(RIOTCPU)/$(CPU)/Kconfig"
# The application may declare new symbols as well
osource "$(APPDIR)/Kconfig"