From 893c20e41f5542ad73fa0667d67c5a39bd31bb31 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Wed, 20 Nov 2013 15:24:14 -0800 Subject: [PATCH] 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... --- firmware/sgpio/Makefile | 2 +- firmware/sgpio/{sgpio.c => sgpio_test.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename firmware/sgpio/{sgpio.c => sgpio_test.c} (100%) diff --git a/firmware/sgpio/Makefile b/firmware/sgpio/Makefile index 5429c192..9f0303b7 100644 --- a/firmware/sgpio/Makefile +++ b/firmware/sgpio/Makefile @@ -20,7 +20,7 @@ # Boston, MA 02110-1301, USA. # -BINARY = sgpio +BINARY = sgpio_test SRC = $(BINARY).c \ ../common/hackrf_core.c \ diff --git a/firmware/sgpio/sgpio.c b/firmware/sgpio/sgpio_test.c similarity index 100% rename from firmware/sgpio/sgpio.c rename to firmware/sgpio/sgpio_test.c