You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/01/10 10:03:41 UTC

[incubator-nuttx] 07/21: add bringup to Makefile

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch pr68
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit c11db51cd1b6e52325137b0018aeef5c8861e4a0
Author: Adam Feuer <ad...@starcat.io>
AuthorDate: Wed Jan 8 17:42:28 2020 -0800

    add bringup to Makefile
---
 boards/arm/sama5/sama5d3-xplained/src/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/sama5/sama5d3-xplained/src/Makefile b/boards/arm/sama5/sama5d3-xplained/src/Makefile
index df381ce..8910a0a 100644
--- a/boards/arm/sama5/sama5d3-xplained/src/Makefile
+++ b/boards/arm/sama5/sama5d3-xplained/src/Makefile
@@ -86,6 +86,7 @@ endif
 
 ifeq ($(CONFIG_LIB_BOARDCTL),y)
 CSRCS += sam_appinit.c
+CSRCS += sam_bringup.c
 endif
 
 ifeq ($(CONFIG_ADC),y)