Skip to content

Commit c313d89

Browse files
committed
makefile: reduce noise
removed what was really debug-output. When running commands like the below, removing debug output matters. $ make print-CORE_UTILIZATION CORE_UTILIZATION = 55 To display PLATFORM_DIR: $ make print-PLATFORM_DIR PLATFORM_DIR = /home/oyvind/OpenROAD-flow-scripts/flow/platforms/nangate45 Signed-off-by: Øyvind Harboe <[email protected]>
1 parent a89c7f2 commit c313d89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flow/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ else
174174
$(error [ERROR][FLOW] Platform '$(PLATFORM)' not found.)
175175
endif
176176

177-
ifeq ($(MAKELEVEL),0)
178-
$(info [INFO][FLOW] Using platform directory $(PLATFORM_DIR))
179-
endif
180177
include $(PLATFORM_DIR)/config.mk
181178

182179
export GALLERY_REPORT ?= 0

0 commit comments

Comments
 (0)