Files
micropython/py
iabdalkader 215a982c14 py/py.mk: Remove extra build dir created for frozen_content.
This was originally needed because the .c --> .o rule is:

    $(BUILD)/%.o: %.c

and because the generated frozen_content.c is inside build-FOO, it must
therefore generate build-FOO/build-FOO/frozen_content.o.

But 2eda513870 added a new build rule for
pins.c that can also be used for frozen_content.c.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-01-17 08:14:15 +11:00
..
2023-10-16 11:23:11 +11:00
2023-10-16 11:23:11 +11:00
2023-10-16 11:23:11 +11:00
2023-06-02 21:50:57 +10:00
2023-06-02 21:50:57 +10:00
2023-09-01 14:31:57 +10:00