diff options
| author | JF <jf@codingfield.com> | 2021-03-07 18:45:35 +0100 |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2021-03-07 18:45:35 +0100 |
| commit | c5dc4c55a79e0e3393df22e77825f24b6130a0bb (patch) | |
| tree | 6f81eb191aa0c749cbef9b856d43ed4546302802 /docker/build.sh | |
| parent | ada942535718d48eec37cca4f50d678e7201dc67 (diff) | |
| parent | 5845fd98ba68e12f1e57d50ed06abd7ccf47e029 (diff) | |
Merge branch 'recovery-firmware' of JF/PineTime into develop
Diffstat (limited to 'docker/build.sh')
| -rwxr-xr-x | docker/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/build.sh b/docker/build.sh index 8f0d0fa9..2fa7d920 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -63,6 +63,7 @@ CmakeGenerate() { -DUSE_OPENOCD=1 \ -DARM_NONE_EABI_TOOLCHAIN_PATH="$TOOLS_DIR/$GCC_ARM_VER" \ -DNRF5_SDK_PATH="$TOOLS_DIR/$NRF_SDK_VER" \ + -DBUILD_DFU=1 \ "$SOURCES_DIR" cmake -L -N . } |
