summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Add list-keymaps make target (#5563)fauxpark2019-09-21
|
* Update submodule check to include LUFA (#6661)Drashna Jaelre2019-09-03
| | | As LUFA is now a submodule, we should be checking it.
* Add an alternative method for keyboard discovery to speed up build (#6073)Joel Challis2019-08-15
| | | | | | | | | | | | * Add an alternative method for keyboard discovery to speed up build * Chain MAKEFLAGS for docker_build.sh * Slight improvement to number of items sent to sort * Remove debug line * Fix line escape
* Make python a required build dependency (#5784)skullydazed2019-05-06
| | | | | | | | * Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
* Shallow clone submodules. (#5279)Blaž Hrastnik2019-03-08
| | | There's no need to fetch the entire submodule history if we only need the latest revision. Speeds up the download a fair bit.
* Add distclean target insteadfauxpark2019-02-05
|
* These targets should be .PHONYfauxpark2019-02-05
|
* make clean should remove .bin and .hex toofauxpark2019-02-05
|
* Remove duplicate make invocationszvecr2019-01-30
|
* improve looks like hang up when first time execute make git-submodule (#3846)leico2018-09-10
|
* Correct parsing of rules.mk for keyboard revisionsFredric Silberberg2018-07-17
| | | | | | | | | | Previously, when looking for rules.mk files, we'd parse the individual folders (A/B/C/D/E) into 5 variables, (A/B/C/D/E, A/B/C/D, A/B/C, A/B, and A). Then, we'd get the final directory names and store _those_ in 5 new variables (A, B, C, D, and E). Then, when looking for the rules.mk, we'd look in root_dir/keyboards/(A|B|C|D|E)/rules.mk, instead of looking in root_dir/keyboards(A|A/B|A/B/C|A/B/C/D|A/B/C/D/E)/rules.mk. This commit changes that logic from the former to the latter.
* Added a clean target to remove build artifactsSebastian2018-03-16
| | | | | This commit adds a new clean target to the makefile which deletes the .build directory which removes all build artifacts.
* update version silencingJack Humbert2017-11-14
|
* update travis scriptJack Humbert2017-11-14
|
* add note to makefile for future useJack Humbert2017-10-15
|
* fix up default keymaps and remove keyboard folder filterJack Humbert2017-10-15
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-08
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* Revert "Remove the "lib/%" rule."skullY2017-09-06
| | | | | | This reverts commit 6fc43ddaf6048edc67c00ea258ffbbcbded631b0. I didn't think this through before pushing it.
* Remove the "lib/%" rule.skullY2017-09-06
|
* Clone chibios and ugfx if it's not already checked out. (#1651)skullydazed2017-09-06
| | | | | | * Clone chibios and ugfx if it's not already checked out. * update the submodule out of date message
* add a `git-submodule` make target.skullY2017-08-28
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* move qmk version to very top, exclude when git isn't availableJack Humbert2017-08-10
|
* move version info to the top of the outputJack Humbert2017-08-08
|
* Fix building of multiple test directoriesFred Sundvik2017-07-20
|
* Fix Makefile error_occured output for unit testsFred Sundvik2017-07-10
|
* Add basic infrastrucure for building full testsFred Sundvik2017-06-18
|
* Add SKIP_VERSION option to speed up compilationFred Sundvik2017-04-13
|
* Add makefile option to break on errorsFred Sundvik2017-04-13
|
* Typo fixesOsamu Aoki2017-02-02
|
* Merge pull request #869 from dylanjgscott/masterJack Humbert2017-01-27
|\ | | | | Use `type cmp` to test for cmp in Makefile
| * Compare Makefile with itself instead of using `--help`Dylan Scott2017-01-24
| |
* | Clean up the SKIP_GIT codeFred Sundvik2016-12-29
| |
* | Remove extra parenthesis from MakefileFred Sundvik2016-12-29
| | | | | | | | Cygwin had trouble running the tests
* | Adding SKIP_GIT to speed up compiles.IBNobody2016-11-01
|/
* Run each sumbmake in a separate shellFred Sundvik2016-10-30
| | | | | This will fix the situation where the commandline gets too long when there are many keyboards and keymaps.
* The all target makes all keyboards and all testsFred Sundvik2016-08-27
|
* Support for running and cleaning all testsFred Sundvik2016-08-27
|
* Detect failures when running multiple testsFred Sundvik2016-08-27
| | | | Also add better output.
* Fix running multiple testsFred Sundvik2016-08-27
|
* Running of unit testsFred Sundvik2016-08-27
| | | | But only if the compilation has succeeded
* The makefile actually calls build_testFred Sundvik2016-08-27
|
* Basic framework for parsing test targetsFred Sundvik2016-08-27
|
* Fix slight inconsistencyFred Sundvik2016-08-24
| | | | | | | | When running make from either a keyboard folder or a subproject it runs all keymaps for all subprojects and the selected subproject respectively. Without this fix, the same doesn't happen if your run make clean for example. As it would just provide you with an error message. Now this will work as expected.
* Add longest match to the rule-checkingFred Sundvik2016-08-21
| | | | | This fixes cases where you have several keyboards with a common prefix, like algernon, and algernon-master
* Comment the MakefileFred Sundvik2016-08-20
| | | | Also move some messages to message.mk
* Better format for non-silent outputFred Sundvik2016-08-20
|
* Continue on errorFred Sundvik2016-08-20
|
* Pass the target to submakeFred Sundvik2016-08-20
|