rename examples folder dfu_rt to dfu_runtime

This commit is contained in:
hathach
2021-02-11 12:08:09 +07:00
parent e12c25ec2c
commit d2f3e70b64
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
include ../../../tools/top.mk
include ../../make.mk
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk