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

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