From 68cb8c7bf4af8f040f0ea2bb2fc08b6ad7f4e6eb Mon Sep 17 00:00:00 2001 From: James Duley Date: Tue, 23 Jun 2015 21:57:24 +0100 Subject: [PATCH] Rename to LibrePilot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b96ca275a..f90e0f331 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ SPACE := $(EMPTY) $(EMPTY) smallify = $(subst $(SPACE),-,$(call lc,$1)) # Naming for binaries and packaging etc,. -OP_BIG_NAME := OpenPilot +OP_BIG_NAME := LibrePilot GCS_BIG_NAME := ${OP_BIG_NAME} GCS # These should be lowercase with no spaces OP_SMALL_NAME := $(call smallify,$(OP_BIG_NAME))