Skip to content

Commit

Permalink
Show HWCONFIG setting with map
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Mar 14, 2021
1 parent 88943f5 commit 6932420
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 @@ -60,7 +60,7 @@ endef

.PHONY: map
map: $(HWCONFIG_PATH) ##Show partition map
@echo "Partition map:"
@echo "Partition map: $(HWCONFIG)"
$(Q) $(HWEXPR) "config.map().to_csv()"
@echo

Expand Down

0 comments on commit 6932420

Please sign in to comment.