summaryrefslogtreecommitdiff
path: root/firmware/blinky/Makefile
blob: 7af3a2ac47fb5352c570b942de4cfd3cb43feb4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Hey Emacs, this is a -*- makefile -*-

# Target file name (without extension).
TARGET = blinky

# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
	$(LIBS_PATH)/LPC17xx_Startup.c \
	$(LIBS_PATH)/LPC17xx_Interrupts.c \
	$(LIBS_PATH)/ubertooth.c

include ../common.mk