1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 11:33:51 +01:00
2023-05-06 07:55:01 +02:00

14 lines
355 B
Makefile

include ../Makefile.pkg_common
USEPKG += qr-code-generator
MESSAGE_TO_ENCODE ?= "https://riot-os.org"
CFLAGS += -DMESSAGE_TO_ENCODE=\"$(MESSAGE_TO_ENCODE)\"
# This application provides a 'Kconfig' file and we want to explicitly disable
# Kconfig by default by setting this variable to empty
SHOULD_RUN_KCONFIG ?=
include $(RIOTBASE)/Makefile.include