commit | e80f7b81c4688a9d656a5ca39b0335f600be5807 | [log] [tgz] |
---|---|---|
author | Firas Zaidan <firas@zaidan.de> | Sat Nov 25 15:44:23 2017 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Wed Jan 17 22:47:20 2018 +0100 |
tree | 46573380e17fec1a5a9c00cece09b62774970e3e | |
parent | 3d544c09b33aff628c0209aa8a6568abd5fb2f7c [diff] [blame] |
Add command to determine EXAMPLE_LIST Signed-off-by: Firas Zaidan <firas@zaidan.de> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/Makefile b/Makefile index a00dc38..f870a61 100644 --- a/Makefile +++ b/Makefile
@@ -2,10 +2,7 @@ OUTPUT_DIR := $(CURDIR)/out -EXAMPLE_LIST := hello_world -EXAMPLE_LIST += random -EXAMPLE_LIST += aes -EXAMPLE_LIST += hotp +EXAMPLE_LIST := $(subst /,,$(dir $(wildcard */Makefile))) .PHONY: all all: examples prepare-for-rootfs