Fix naming problem with SGPIO test project. This is due to my use of VPATH in Makefile_inc.mk, which I'm starting to regret a little bit...

This commit is contained in:
Jared Boone
2013-11-20 15:24:14 -08:00
parent 552dbe4a6d
commit 893c20e41f
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
# Boston, MA 02110-1301, USA. # Boston, MA 02110-1301, USA.
# #
BINARY = sgpio BINARY = sgpio_test
SRC = $(BINARY).c \ SRC = $(BINARY).c \
../common/hackrf_core.c \ ../common/hackrf_core.c \