[riot-commits] [RIOT-OS/RIOT] 6fc8fa: boards/Makefile.include: remove duplicate includes
Alexandre Abadie
alexandre.abadie at inria.fr
Wed Sep 19 16:08:39 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 6fc8fae2c878dda29cfdcf2e681e4145f2ee0a0b
https://github.com/RIOT-OS/RIOT/commit/6fc8fae2c878dda29cfdcf2e681e4145f2ee0a0b
Author: cladmi <gaetan.harter at fu-berlin.de>
Date: 2018-09-11 (Tue, 11 Sep 2018)
Changed paths:
M boards/arduino-mkr1000/Makefile.include
M boards/arduino-mkrfox1200/Makefile.include
M boards/arduino-mkrzero/Makefile.include
M boards/iotlab-a8-m3/Makefile.include
M boards/iotlab-m3/Makefile.include
M boards/mips-malta/Makefile.include
M boards/nz32-sc151/Makefile.include
M boards/pic32-clicker/Makefile.include
M boards/pic32-wifire/Makefile.include
M boards/spark-core/Makefile.include
Log Message:
-----------
boards/Makefile.include: remove duplicate includes
Includes of $(CPU)/include and $(BOARD)/include and already added in the
main Makefile.include.
Verification:
There are no common headers names between boards and cpus.
Except native that has a 'periph_conf.h' in cpu instead of being in board.
Commit: 28d3ba64d4d4d7b8ccdddc9b56b5d786e93e8468
https://github.com/RIOT-OS/RIOT/commit/28d3ba64d4d4d7b8ccdddc9b56b5d786e93e8468
Author: cladmi <gaetan.harter at fu-berlin.de>
Date: 2018-09-11 (Tue, 11 Sep 2018)
Changed paths:
M cpu/cc430/Makefile.include
Log Message:
-----------
cpu/cc430: remove duplicate include
Includes of $(CPU)/include is already included in the main Makefile.include
in the line before including this file.
Commit: 1022050dc74375908afdf278bc0ccfc2b2b35210
https://github.com/RIOT-OS/RIOT/commit/1022050dc74375908afdf278bc0ccfc2b2b35210
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2018-09-19 (Wed, 19 Sep 2018)
Changed paths:
M boards/arduino-mkr1000/Makefile.include
M boards/arduino-mkrfox1200/Makefile.include
M boards/arduino-mkrzero/Makefile.include
M boards/iotlab-a8-m3/Makefile.include
M boards/iotlab-m3/Makefile.include
M boards/mips-malta/Makefile.include
M boards/nz32-sc151/Makefile.include
M boards/pic32-clicker/Makefile.include
M boards/pic32-wifire/Makefile.include
M boards/spark-core/Makefile.include
M cpu/cc430/Makefile.include
Log Message:
-----------
Merge pull request #9923 from cladmi/pr/cleanup/duplicate_includes
boards/cpu: cleanup duplicate includes
Compare: https://github.com/RIOT-OS/RIOT/compare/dd470dc55f11...1022050dc743
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list