summaryrefslogtreecommitdiff
path: root/samples/net/http_client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/net/http_client/Makefile')
-rw-r--r--samples/net/http_client/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/samples/net/http_client/Makefile b/samples/net/http_client/Makefile
new file mode 100644
index 000000000..f9767a77f
--- /dev/null
+++ b/samples/net/http_client/Makefile
@@ -0,0 +1,10 @@
+#
+# Copyright (c) 2017 Intel Corporation
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+BOARD ?= frdm_k64f
+CONF_FILE ?= prj_$(BOARD).conf
+
+include $(ZEPHYR_BASE)/Makefile.inc