nuttx/arch/renesas/src
SPRESENSE e249a2f82f Makefile: Fix Make.dep not updated by config changes
Make.dep file should be updated by .config changed after first make.
There are 2 cases affected for this problem:

 1) Add source files by config symbol
 2) Include header files in #ifdef directive

These 2 cases may not be included in Make.dep and this may prevent the
differential build from working correctly.
2020-07-28 03:59:45 -05:00
..
common arch: up_assert shouldn't call exit directly 2020-07-19 01:21:36 +01:00
m16c build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
rx65n libc: Don't define localtime[_r] to macro when CONFIG_LIBC_LOCALTIME not define 2020-07-19 19:35:21 -07:00
sh1 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
Makefile Makefile: Fix Make.dep not updated by config changes 2020-07-28 03:59:45 -05:00
README.txt Beginning to update comments to reflect new organization of the boards/ sub-directory. 2019-08-08 08:46:54 -06:00

This directory provides a build area for all Renesas and legacy Hitachi
architectures.  The 'common' subdirectory contains source files shared by
all Renesas architectures; Source files unique to a specific Renesas chip
architecture are contained in a subdirectory named after the chip.  At
configuration time, additional directories will be linked here:  'board'
will be a link to the boards/renesas/<chip>/<board>/src directory; 'chip'
will be a link to the SH chip sub-directory.