Removed 'local.mk' from repo so that it will be properly ignored.

This commit is contained in:
Michael Keller 2016-12-29 12:55:33 +13:00
parent d557281f0a
commit ac877438f1
2 changed files with 2 additions and 3 deletions

View File

@ -76,8 +76,9 @@ LINKER_DIR = $(ROOT)/src/main/target/link
# Build tools, so we all share the same versions
# import macros common to all supported build systems
include $(ROOT)/make/system-id.mk
# developer preferences, edit these at will, they'll be gitignored
include $(ROOT)/make/local.mk
-include $(ROOT)/make/local.mk
# configure some directories that are relative to wherever ROOT_DIR is located
TOOLS_DIR := $(ROOT)/tools

View File

@ -1,2 +0,0 @@
# override the toolchain version, should match the output from of your version of the toolchain: $(arm-none-eabi-gcc -dumpversion)
#GCC_REQUIRED_VERSION=5.4.1