summaryrefslogtreecommitdiff
path: root/tmk_core/rules.mk
AgeCommit message (Expand)Author
2018-03-26Better non-Linux support (#2524)dankm
2018-02-08add conditional to perform check-size only for supported architecturesMichael F. Lamb
2018-02-08make check_size work across platformsMichael F. Lamb
2018-02-02Use perl directly instead of grep -PErin Call
2018-01-28Always copy the firmware file to the root qmk_firmware directory (#2314)skullydazed
2017-11-27Updates bootloader settings, adds file size check (#2029)Jack Humbert
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert
2017-09-29Clueboard 60% support (#1746)skullydazed
2017-08-21update building for .hex, secrets movingJack Humbert
2017-08-08move version info to the top of the outputJack Humbert
2017-08-08add version to make outputJack Humbert
2017-04-13Add make option for allowing warningsFred Sundvik
2017-04-13Enable warnings as errorsFred Sundvik
2016-09-04Fix the ldflags.txt and obj.txt checksFred Sundvik
2016-08-27Add -p parameter to mkdirFred Sundvik
2016-08-27Disable map file creation when building testsFred Sundvik
2016-08-27Rules for compiling and linking google testFred Sundvik
2016-08-20Fix the clean targetFred Sundvik
2016-08-20Add output specific config fileFred Sundvik
2016-08-20Output specific include pathsFred Sundvik
2016-08-20More general system for generating several outputsFred Sundvik
2016-08-20Move git submodule check and version generation to main MakefileFred Sundvik
2016-08-20Remove unneded code from tmk_core/rules.mkFred Sundvik
2016-07-31Remove the quick commands and add proper cleanFred Sundvik
2016-07-31Also depend on the gcc versionFred Sundvik
2016-07-31Force compilation and linking when options changesFred Sundvik
2016-07-31More reliable .d file generationFred Sundvik
2016-07-31Enable vpath seraching for source files onlyFred Sundvik
2016-07-29Speed up ChibiOS keymap compilationFred Sundvik
2016-07-27tmk_core/rules.mk: Make PRINT_ERROR* stop on errorGergely Nagy
2016-07-08Use order only prerequisites to avoid re-linkingFred Sundvik
2016-07-08Fix name of makefile dep filesFred Sundvik
2016-07-08Fix the link targetFred Sundvik
2016-07-08Speed up compilation by not using recusive makeFred Sundvik
2016-07-05Add dfu-util command for programmingFred Sundvik
2016-07-01Add warning when submodules are not updated (#469)fredizzimo
2016-07-01Add ChibiOS support for QMK (#465)fredizzimo
2016-06-30Test all subprojects with travis (#464)Jack Humbert
2016-06-29test handwired boardsJack Humbert
2016-06-29updates planck experimental, width of color outputJack Humbert
2016-06-29Implements subprojects and updates projects for this (#459)Jack Humbert
2016-06-23Backlight abstraction and other changes (#439)Jack Humbert
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert
2016-06-21Fix the make all-keyboards command (#422)fredizzimo
2016-06-21updates all config.h and Makefiles to correct references, textJack Humbert
2016-06-18Add quick version of the all-* makefile targets (#417)fredizzimo
2016-06-17removes extra dfu erase (#415)Eric Tang
2016-06-16correctly test to see if awk existsJack Humbert
2016-06-16make awk optional (uses cat)Jack Humbert
2016-06-11no more cc error on windowsJack Humbert