Skip to content

Commit

Permalink
component.mk build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Nov 29, 2020
1 parent 77c04b3 commit afebef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sming/Arch/Esp32/Components/esp32/component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ $(SDK_CONFIG_DEFAULTS):

PHONY: sdk-menuconfig
sdk-menuconfig: $(SDK_CONFIG_DEFAULTS) | $(SDK_BUILD_BASE) ##Configure SDK options
$(SDK_BUILD) menuconfig
$(Q) $(SDK_BUILD) menuconfig
$(Q) rm $(SDK_BUILD_COMPLETE)
@echo Now run 'make esp32-build'

.PHONY: sdk-defconfig
Expand Down

0 comments on commit afebef1

Please sign in to comment.