From: Fred Sundvik Date: Sun, 31 Jul 2016 10:25:49 +0000 (+0300) Subject: Put the build output inside the root/.build directory X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=abdf42573ac6e01432fdf69847f4259540c1a38d;p=qmk_firmware.git Put the build output inside the root/.build directory --- diff --git a/Makefile b/Makefile index 31826f14a..60c7a6ef6 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,8 @@ ifdef SUBPROJECT else TARGET ?= $(KEYBOARD)_$(KEYMAP) endif -BUILD_DIR = .build + +BUILD_DIR = $(TOP_DIR)/.build # Object files directory # To put object files in current directory, use a dot (.), do NOT make