mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Kconfig: Add 'Networking' file and menu
This commit is contained in:
parent
6c22c7bfd4
commit
37624f4eed
@ -6,4 +6,6 @@
|
|||||||
#
|
#
|
||||||
menu "System"
|
menu "System"
|
||||||
|
|
||||||
|
rsource "net/Kconfig"
|
||||||
|
|
||||||
endmenu # System
|
endmenu # System
|
||||||
|
9
sys/net/Kconfig
Normal file
9
sys/net/Kconfig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Copyright (c) 2019 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.
|
||||||
|
#
|
||||||
|
menu "Networking"
|
||||||
|
|
||||||
|
endmenu # Networking
|
Loading…
Reference in New Issue
Block a user