summaryrefslogtreecommitdiffstats
path: root/build_keyboard.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-11-06Add possibility to control variable trace from makeFred Sundvik1-1/+7
2016-11-06Add variable traceFred Sundvik1-0/+2
For debugging changes to variables, either normally or as a result of a memory corruption.
2016-10-09Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo1-0/+5
mapping table
2016-08-29build_keyboard.mk: Restore UCIS_ENABLE supportGergely Nagy1-0/+5
During the build system refactor, support for enabling UCIS seems to have been lost. This little patch adds that back, so that keymaps using UCIS can be compiled again. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-08-27The all target makes all keyboards and all testsFred Sundvik1-3/+0
2016-08-27More common settings for unit tests and keyboardsFred Sundvik1-7/+18
2016-08-27Build actual tests, convert byte_stuffer_testsFred Sundvik1-5/+1
2016-08-27Rules for compiling and linking google testFred Sundvik1-0/+8
2016-08-27The makefile actually calls build_testFred Sundvik1-13/+1
2016-08-24Merge remote-tracking branch 'upstream/master' into makefile_overhaulFred Sundvik1-0/+4
2016-08-21Change order of variable assignmentFred Sundvik1-9/+13
BUILD_DIR and TARGET was assigned too late, so the dfu-util target, which depends on them did not work.
2016-08-20Move bootloader_defs include to build_keyboardFred Sundvik1-0/+9
Also fix it for subprojects
2016-08-20Add output specific config fileFred Sundvik1-7/+10
2016-08-20Output specific include pathsFred Sundvik1-14/+17
2016-08-20More general system for generating several outputsFred Sundvik1-16/+28
2016-08-20Move git submodule check and version generation to main MakefileFred Sundvik1-5/+0
2016-08-20Remove unneded code from tmk_core/rules.mkFred Sundvik1-1/+3
2016-08-20Actual compilationFred Sundvik1-129/+42
2016-08-20Parsing of makefile variables from starting dirFred Sundvik1-0/+276