hackrf/firmware/blinky/.svn/text-base/Makefile.svn-base
2012-05-21 11:33:46 -06:00

13 lines
311 B
Makefile

# 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