summaryrefslogtreecommitdiff
path: root/software/hello/Makefile
blob: c0c5c55618bd8aee0cf231cb0a069751b2ff719a (plain)
1
2
3
4
5
6
TARGET = hello
C_SRCS += hello.c
CFLAGS += -fno-builtin-printf

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