diff --git a/examples/usbus_minimal/Makefile b/examples/usbus_minimal/Makefile index 94873f7426..c4a0d293d4 100644 --- a/examples/usbus_minimal/Makefile +++ b/examples/usbus_minimal/Makefile @@ -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