TARGET = hello
C_SRCS += hello.c
CFLAGS += -O2 -fno-builtin-printf

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