TARGET = asm_main
ASM_SRCS += asm_main.S
CFLAGS += -O2 -DNO_INIT

BSP_BASE = ../../bsp
include $(BSP_BASE)/env/common.mk