summaryrefslogtreecommitdiff
path: root/firmware/clock_test/Makefile
blob: 8c2981b6e1531cc1af02567f78ae900d4643ee74 (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 = clock_test

# 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