Skip to content

Commit

Permalink
Make checksdk a pre-requisite
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jun 24, 2024
1 parent 78f0b61 commit 199bd6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sming/Arch/Esp32/Components/esp32/component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,7 @@ export SDK_COMPONENT_LIBDIR
export SDK_COMPONENTS

ifndef MAKE_CLEAN
.PHONY: checkdirs
checkdirs: | checksdk
COMPONENT_PREREQUISITES := checksdk

.PHONY: checksdk
checksdk: $(SDK_PROJECT_PATH) $(SDKCONFIG_H) $(SDKCONFIG_MAKEFILE)
Expand Down

0 comments on commit 199bd6c

Please sign in to comment.