summaryrefslogtreecommitdiff
path: root/software/asm_main/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'software/asm_main/Makefile')
-rw-r--r--software/asm_main/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/software/asm_main/Makefile b/software/asm_main/Makefile
new file mode 100644
index 0000000..40c1175
--- /dev/null
+++ b/software/asm_main/Makefile
@@ -0,0 +1,6 @@
+TARGET = asm_main
+ASM_SRCS += asm_main.S
+CFLAGS += -O2 -DNO_INIT
+
+BSP_BASE = ../../bsp
+include $(BSP_BASE)/env/common.mk