Makefile fix to allow other binary names

This commit is contained in:
Michael Ossmann
2012-06-07 08:20:43 -06:00
parent 442cd1db95
commit 2f344e97f8

View File

@ -31,9 +31,6 @@ HACKRF_OPTS = -D$(BOARD)
# comment to disable RF transmission
HACKRF_OPTS += -DTX_ENABLE
#FIXME move
BINARY = blinky
LDSCRIPT = ../common/LPC4330_M4.ld
LIBOPENCM3 ?= /usr/local/arm-none-eabi