Skip to content
Snippets Groups Projects
Makefile 250 B
Newer Older
davip00's avatar
davip00 committed
# These are used by MDK's .mk
PROG		= nothing
SOURCES 	= src/nothing.c

# Comment this line out if you prefer building in docker
TOOLCHAIN	= riscv32-unknown-elf

EXTRA_CFLAGS ?= -Og -g -DEMULATOR_HACKS
davip00's avatar
davip00 committed
EXTRA_LINKFLAGS ?=

include mdk/esp32c3/build.mk