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