mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 04:32:52 +01:00
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
# Copyright (C) 2021 Freie Universität 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.
|
|
|
|
if USEMODULE_FIDO2
|
|
|
|
rsource "ctap/Kconfig"
|
|
|
|
endif # USEMODULE_FIDO2
|