support "make download ALL" for artik053 configuration sets
authorsunghan <sh924.chang@samsung.com>
Mon, 29 May 2017 13:05:46 +0000 (22:05 +0900)
committersunghan <sh924.chang@samsung.com>
Mon, 29 May 2017 13:05:46 +0000 (22:05 +0900)
build/configs/artik053/extra/Make.defs
build/configs/artik053/minimal/Make.defs

index 0897b06..27682f4 100644 (file)
@@ -153,3 +153,8 @@ HOSTCC = gcc
 HOSTINCLUDES = -I.
 HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe
 HOSTLDFLAGS =
+
+define DOWNLOAD
+  @$(TOPDIR)/../build/configs/artik053/artik053_download.sh $(1)
+endef
+
index 0897b06..27682f4 100644 (file)
@@ -153,3 +153,8 @@ HOSTCC = gcc
 HOSTINCLUDES = -I.
 HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -Wundef -g -pipe
 HOSTLDFLAGS =
+
+define DOWNLOAD
+  @$(TOPDIR)/../build/configs/artik053/artik053_download.sh $(1)
+endef
+