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

examples/usbus_minimal: Do not run Kconfig by default

This commit is contained in:
Leandro Lanzieri 2020-04-08 17:04:50 +02:00
parent c36f2ee077
commit 89bea02702
No known key found for this signature in database
GPG Key ID: 39607DE6080007A3

View File

@ -24,6 +24,9 @@ USB_PID ?= $(DEFAULT_PID)
# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1
# Do not run Kconfig by default
SHOULD_RUN_KCONFIG ?=
include $(RIOTBASE)/Makefile.include
# Set USB VID/PID via CFLAGS if not being set via Kconfig