summaryrefslogtreecommitdiffstatshomepage
path: root/py/makeqstrdata.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-01-25 11:30:14 +1100
committerDamien George <damien@micropython.org>2024-01-25 11:30:14 +1100
commit982ffdee7e5a5054d81fdef713da31615a3cf80d (patch)
tree13f5588ebf9ca1f273131bd034498f60f985fc09 /py/makeqstrdata.py
parent6bb446b7ff62af6d3b6b10f2da0f6d107f97e00e (diff)
downloadmicropython-982ffdee7e5a5054d81fdef713da31615a3cf80d.tar.gz
micropython-982ffdee7e5a5054d81fdef713da31615a3cf80d.zip
stm32/mboot/Makefile: Revert change to BOARD_DIR that removed abspath.
This reverts the change from ce2058685b9ca2278849b3117c2461f6b6fc727f. Without abspath, the build artefacts (object files) for boards with source files are placed outside the build directory, because the BOARD_DIR variable starts with "..". For the list of source files added to SRC_C, none of them can start with "..". The usual fix for that would be to make the files relative to the top of the MicroPython repo (because of the vpath rule), eg ports/stm32/boards/$(BOARD). But then the $(wildcard ...) pattern won't find files in this directory. So abspath is necessary, although it will prevent building when there is a space in the path. A better solution for spaces needs to be found. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py/makeqstrdata.py')
0 files changed, 0 insertions, 0 deletions