summaryrefslogtreecommitdiff
path: root/software/hello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'software/hello/Makefile')
-rw-r--r--software/hello/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/software/hello/Makefile b/software/hello/Makefile
new file mode 100644
index 0000000..c0c5c55
--- /dev/null
+++ b/software/hello/Makefile
@@ -0,0 +1,6 @@
+TARGET = hello
+C_SRCS += hello.c
+CFLAGS += -fno-builtin-printf
+
+BSP_BASE = ../../bsp
+include $(BSP_BASE)/env/common.mk