mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
net/application_layer: Add Kconfig file and CoAP menu
This commit is contained in:
parent
b6be8af81c
commit
e80dcf2d8b
@ -6,7 +6,7 @@
|
||||
#
|
||||
menu "Networking"
|
||||
|
||||
rsource "application_layer/gcoap/Kconfig"
|
||||
rsource "application_layer/Kconfig"
|
||||
rsource "gnrc/Kconfig"
|
||||
rsource "sock/Kconfig"
|
||||
|
||||
|
||||
11
sys/net/application_layer/Kconfig
Normal file
11
sys/net/application_layer/Kconfig
Normal file
@ -0,0 +1,11 @@
|
||||
# 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.
|
||||
#
|
||||
menu "CoAP"
|
||||
|
||||
rsource "gcoap/Kconfig"
|
||||
|
||||
endmenu # CoAP
|
||||
Loading…
x
Reference in New Issue
Block a user