Xiang Xiao
|
1511403fdf
|
Revert "Don't generate .depend anymore"
This reverts commit cc5ad09caa .
|
2020-03-22 23:09:40 -05:00 |
|
Xiang Xiao
|
cc5ad09caa
|
Don't generate .depend anymore
|
2020-03-22 18:15:21 +00:00 |
|
Xiang Xiao
|
41d88f06e7
|
Run codespell -w with the latest dictonary again
|
2020-02-23 07:10:14 -06:00 |
|
Xiang Xiao
|
d660492289
|
Run codespell -w against all files
and fix the wrong correction
|
2020-02-22 14:41:36 -06:00 |
|
chao.an
|
f28eca9dbc
|
Make.defs: Use complete include path
|
2020-02-19 12:56:10 -06:00 |
|
Xiang Xiao
|
e0dcfa0c55
|
Remove extra whitespace from files (#43)
* Remove multiple newlines at the end of file
* Remove the white space from the end of line
|
2020-01-31 08:29:24 -06:00 |
|
Xiang Xiao
|
7808eb62d2
|
apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path.
|
2019-10-17 11:33:59 -06:00 |
|
Gregory Nutt
|
3a23523147
|
Makefiles: This reverts part of commit cf0365ea9 . It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured.
|
2019-10-15 09:25:48 +08:00 |
|
Xiang Xiao
|
cf0365ea92
|
Clean up Makefile under apps folder no functional changes.
|
2019-10-04 08:35:46 -06:00 |
|
anchao
|
b5cfd93444
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
Gregory Nutt
|
a57610c2c4
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
|
Alan Carvalho de Assis
|
6aad29e67d
|
apps/gpsutils/minmea: Include wchar.h in minmea.c file to fix wint_t error
|
2018-06-09 17:45:01 -06:00 |
|
Gregory Nutt
|
7a8561728c
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
|
Gregory Nutt
|
a66da34f18
|
All Makefiles: Add .PRECIOUS: apps/libapps.a to every Makefile. Hopefully this will end awkward problems when you Control-C out of a build and libapps.a is deleted.
|
2017-08-13 09:35:14 -06:00 |
|
Aleksandr Vyhovanec
|
3cfd1b5ec7
|
apps/gpsutils: Fix an error min minmea
|
2016-08-24 09:55:23 -06:00 |
|
Sebastien Lorquet
|
2cbad44f1d
|
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
|
2016-07-11 10:11:18 -06:00 |
|
Alan Carvalho de Assis
|
5db022c65c
|
apps/gpsutils/minmean: Fix minmea Makefile to find the libapp at the apps/
|
2016-06-23 16:22:13 -06:00 |
|
Sebastien Lorquet
|
7ca5478da3
|
Rearrange to eliminate Kmenu files
|
2016-06-09 08:59:16 -06:00 |
|
Sebastien Lorquet
|
a9aa753fa4
|
Recursive Kconfig autogeneration
|
2016-06-02 16:34:00 +02:00 |
|
Sebastien Lorquet
|
bfff5e7179
|
Add empty preconfig rules to 'leaf' makefiles
|
2016-06-02 16:24:30 +02:00 |
|
Sebastien Lorquet
|
bfff7dc4ca
|
add kmenu files
|
2016-06-02 15:23:50 +02:00 |
|
Gregory Nutt
|
336fefee4d
|
apps/gpsutils/minmea: Re-released under the NuttX BSD license with permission from the author
|
2016-02-22 08:00:24 -06:00 |
|
Alan Carvalho de Assis
|
54d2bb16f3
|
Add Kosma Moczek lightweith MEA parser, MINMEA
|
2016-02-20 10:24:02 -06:00 |
|