From 19181ea11d4058b2b34672731bb650549f592418 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 20 Apr 2020 01:01:33 +0700 Subject: start adding dynamic configuration example --- examples/device/dynamic_configuration/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/device/dynamic_configuration/Makefile (limited to 'examples/device/dynamic_configuration/Makefile') diff --git a/examples/device/dynamic_configuration/Makefile b/examples/device/dynamic_configuration/Makefile new file mode 100644 index 000000000..69b633fea --- /dev/null +++ b/examples/device/dynamic_configuration/Makefile @@ -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 -- cgit v1.3.1