Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-29 | build_keyboard.mk: Restore UCIS_ENABLE support | ||
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-27 | The all target makes all keyboards and all tests | ||
2016-08-27 | More common settings for unit tests and keyboards | ||
2016-08-27 | Build actual tests, convert byte_stuffer_tests | ||
2016-08-27 | Rules for compiling and linking google test | ||
2016-08-27 | The makefile actually calls build_test | ||
2016-08-24 | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | ||
2016-08-21 | Change order of variable assignment | ||
BUILD_DIR and TARGET was assigned too late, so the dfu-util target, which depends on them did not work. | |||
2016-08-20 | Move bootloader_defs include to build_keyboard | ||
Also fix it for subprojects | |||
2016-08-20 | Add output specific config file | ||
2016-08-20 | Output specific include paths | ||
2016-08-20 | More general system for generating several outputs | ||
2016-08-20 | Move git submodule check and version generation to main Makefile | ||
2016-08-20 | Remove unneded code from tmk_core/rules.mk | ||
2016-08-20 | Actual compilation | ||
2016-08-20 | Parsing of makefile variables from starting dir | ||