circuitpython/nrf52/boards/D52Q/build.mk
Daniel Tralamazza 28769f2609 init
2016-11-01 00:42:22 +01:00

6 lines
95 B
Makefile

D52Q_SRC_C += \
d52q_board.c
OBJ += $(addprefix ${BUILD}/boards/D52Q/, $(D52Q_SRC_C:.c=.o))