diff --git a/examples/usbus_minimal/Makefile b/examples/usbus_minimal/Makefile index b9d5dfb4a6..86730d0634 100644 --- a/examples/usbus_minimal/Makefile +++ b/examples/usbus_minimal/Makefile @@ -22,7 +22,4 @@ USB_PID ?= $(USB_PID_TESTING) # 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