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:
parent
c36f2ee077
commit
89bea02702
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user