From 8139b37a19eab8df7130c43f334f8463de7c2a45 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 19 Dec 2011 20:43:50 +0100 Subject: [PATCH] Revert "Default to APP=final instead of APP=username now" This reverts commit 4b8c0ca71559068dd152f82d50ac7b9e70eef3e7. --- firmware/applications/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/applications/Makefile b/firmware/applications/Makefile index 37f119e..37b54ec 100644 --- a/firmware/applications/Makefile +++ b/firmware/applications/Makefile @@ -21,7 +21,7 @@ OBJS += $(foreach mod,$(APP),$(mod).o) SRCS = $(foreach mod,$(APP),$(mod).c) ifndef APP -ME_OBJ=final +ME_OBJ=$(USERNAME) ifeq "$(ME_OBJ)" "" ME_OBJ=$(USER)