]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Put the build output inside the root/.build directory
authorFred Sundvik <fsundvik@gmail.com>
Sun, 31 Jul 2016 10:25:49 +0000 (13:25 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Sun, 31 Jul 2016 10:25:49 +0000 (13:25 +0300)
Makefile

index 31826f14ac1f38c270cc24197abe0224b04dc155..60c7a6ef6f88ae5842ea7c6d9df697f14c2e5785 100644 (file)
--- 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