Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions workspace/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ endif
.PHONY: all

all:
set -e
cd ./$(PLATFORM)/wifimanager && make
cd ./$(PLATFORM)/libmsettings && make
cd ./$(PLATFORM) && make early # eg. other libs
Expand Down
2 changes: 1 addition & 1 deletion workspace/tg5040/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all: readmes

early: $(REQUIRES_EVTEST) $(REQUIRES_JSTEST) $(REQUIRES_UNZIP60) $(REQUIRES_FILEMGR)
mkdir -p other
cd $(REQUIRES_FILEMGR) && make -j
cd $(REQUIRES_FILEMGR) && make
cd $(REQUIRES_EVTEST) && $(CROSS_COMPILE)gcc -o evtest evtest.c
cd $(REQUIRES_JSTEST) && $(CROSS_COMPILE)gcc -o jstest jstest.c
cd $(REQUIRES_UNZIP60) && make -f unix/Makefile.trimuismart unzip
Expand Down