1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 22:49:47 +01:00

examples/usbus_minimal/Makefile: remove unneeded SHOULD_RUN_KCONFIG

This variable is not needed since
250f6fdfa3 removed the Kconfig file for
the application.
This commit is contained in:
Leandro Lanzieri 2020-11-04 09:35:35 +01:00
parent cd8948a6df
commit 924da3d0c3
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -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