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