You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/09/25 12:12:18 UTC

[mynewt-core] branch master updated: Fix build of mkw41z on case sensitive filesystems

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

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 131f280  Fix build of mkw41z on case sensitive filesystems
131f280 is described below

commit 131f2808c1b4b4ab9151be465596cbfc57cb9df0
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Tue Sep 25 08:44:20 2018 -0300

    Fix build of mkw41z on case sensitive filesystems
---
 .travis.yml                               | 3 +--
 hw/mcu/nxp/mkw41z/include/mcu/cortex_m0.h | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8a193df..c7c686a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,8 +74,7 @@ script:
 - cp -R $HOME/ci/targets .
 
 - export IGNORED_BSPS="ci40 embarc_emsk hifive1 native-armv7 native-mips
-                       pic32mx470_6lp_clicker pic32mz2048_wi-fire sensorhub
-                       usbmkw41z"
+                       pic32mx470_6lp_clicker pic32mz2048_wi-fire sensorhub"
 - $HOME/ci/run_test.sh
 
 cache:
diff --git a/hw/mcu/nxp/mkw41z/include/mcu/cortex_m0.h b/hw/mcu/nxp/mkw41z/include/mcu/cortex_m0.h
index db4cc66..6955bb0 100644
--- a/hw/mcu/nxp/mkw41z/include/mcu/cortex_m0.h
+++ b/hw/mcu/nxp/mkw41z/include/mcu/cortex_m0.h
@@ -20,7 +20,7 @@
 #ifndef __MCU_CORTEX_M0_H__
 #define __MCU_CORTEX_M0_H__
 
-#include "mkw41z4.h"
+#include "MKW41Z4.h"
 
 #ifdef __cplusplus
 extern "C" {