Skip to content

Commit

Permalink
Fix hwconfig-list output formatting (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 authored May 26, 2023
1 parent f291617 commit 47eddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sming/Components/Storage/component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ endif

.PHONY: hwconfig-list
hwconfig-list: ##List available hardware configurations
@echo "Available configurations: $(foreach c,$(ALL_HWCONFIG),\n $(if $(subst $c,,$(HWCONFIG)), ,*) $(shell printf "%-25s" "$c") $(filter %/$c.hw,$(ALL_HWCONFIG_PATHS)))"
@printf "Available configurations: $(foreach c,$(ALL_HWCONFIG),\n $(if $(subst $c,,$(HWCONFIG)), ,*) $(shell printf "%-25s" "$c") $(filter %/$c.hw,$(ALL_HWCONFIG_PATHS)))"
@echo

.PHONY: hwconfig-options
Expand Down

0 comments on commit 47eddab

Please sign in to comment.