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

(RIOTBASE) : Kconfig macro definitions

Create new file for Kconfig Macro definitions

Co-authored-by: Leandro Lanzieri <leandro.lanzieri@haw-hamburg.de>
This commit is contained in:
Akshai M 2020-04-27 21:11:53 +05:30
parent 5699b2469b
commit 26c0dabd14
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,9 @@
#
mainmenu "RIOT Configuration"
# Load macro definitions
rsource "kconfig/Kconfig.consts"
# For now, get used modules as macros from this file (see kconfig.mk)
osource "$(KCONFIG_GENERATED_DEPENDENCIES)"

7
kconfig/Kconfig.consts Normal file
View File

@ -0,0 +1,7 @@
# Copyright (c) 2020 Freie Universitaet Berlin
#
# 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.
#
UINT32_MAX:=4294967295