Peter Barker
|
c1f3015679
|
Make: use https:// scheme for ardupilot URLs
|
2019-12-10 07:53:46 +11:00 |
Andrew Tridgell
|
7da303fe7f
|
build: default to "make help"
|
2018-12-22 11:06:59 +11:00 |
Andrew Tridgell
|
98267b0cd7
|
build: allow make with BOARD-VEHICLE combination
|
2018-12-22 11:06:59 +11:00 |
Andrew Tridgell
|
088442880e
|
build: removed makefile build system
|
2018-12-22 11:06:59 +11:00 |
Dr.-Ing. Amilcar Do Carmo Lucas
|
aee82db204
|
Sub: add to the main makefile
|
2017-07-18 19:18:28 +01:00 |
Lucas De Marchi
|
3d8211696c
|
build: allow -j on top level makefile
By using $(MAKE) variable we allow to pass down to the called makefile
the number of jobs we want to compile with. The flags are communicated
to the next level via MAKEFLAGS variable.
Reference:
https://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html#Options_002fRecursion
|
2015-11-09 08:32:04 +11:00 |
Andrew Tridgell
|
e25948c1b5
|
build: simple top level makefile
this is to make it easier to integrate with static analysis tools
|
2015-06-03 06:32:10 +10:00 |