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:
parent
5699b2469b
commit
26c0dabd14
3
Kconfig
3
Kconfig
@ -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
7
kconfig/Kconfig.consts
Normal 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
|
Loading…
Reference in New Issue
Block a user