diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-07 13:12:48 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-07 13:13:15 +0200 |
commit | b3023836acb03ced0a54f083893c1d61bf633ec3 (patch) | |
tree | 5c53dc9f5bcee133fc39f2c9839310975ca054b9 /src/arch/stm32f446re-nucleo | |
parent | 0558244645611f314f47e0fa427f7323ce253eaf (diff) |
libopencm3: Switch to Python3 fork
Diffstat (limited to 'src/arch/stm32f446re-nucleo')
-rw-r--r-- | src/arch/stm32f446re-nucleo/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/stm32f446re-nucleo/Makefile.inc b/src/arch/stm32f446re-nucleo/Makefile.inc index 70384b5..5518a4c 100644 --- a/src/arch/stm32f446re-nucleo/Makefile.inc +++ b/src/arch/stm32f446re-nucleo/Makefile.inc @@ -84,7 +84,6 @@ ext/libopencm3/Makefile: git submodule update --init ext/libopencm3/lib/libopencm3_stm32f4.a: ext/libopencm3/Makefile - find ext/libopencm3 -type f -exec sed -i 's/python$$/python3/' '{}' ';' ${MAKE} -C ext/libopencm3 build/system.elf: ${OBJECTS} ext/libopencm3/lib/libopencm3_stm32f4.a |