diff options
| author | hathach <[email protected]> | 2021-04-29 00:22:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-29 00:22:28 +0700 |
| commit | cf64b2214b9ac3cd6815af6ddc48b1cd0f075590 (patch) | |
| tree | 67b2be338ef0faf1f8c54a6d243655b164cc16d2 /.gitmodules | |
| parent | d70af332c02a7093fdd0636f6ceb14abd1f74004 (diff) | |
fix build with mkl25z
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f9edcebd8..79ef8e0ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,3 +118,6 @@ [submodule "hw/mcu/nxp/mcux-sdk"] path = hw/mcu/nxp/mcux-sdk url = https://github.com/NXPmicro/mcux-sdk.git +[submodule "hw/mcu/nxp/nxp_sdk"] + path = hw/mcu/nxp/nxp_sdk + url = https://github.com/hathach/nxp_sdk.git |
