Disable all make suffix rules for improved EC2 performance

This commit is contained in:
David Biancolin
2020-05-28 12:34:17 -07:00
parent f711622673
commit 48ba92dff1

View File

@@ -189,3 +189,10 @@ dramsim_lib = $(dramsim_dir)/libdramsim.a
$(dramsim_lib):
$(MAKE) -C $(dramsim_dir) $(notdir $@)
#########################################################################################
# Implicit rule handling
#########################################################################################
# Disable all suffix rules to improve Make performance on systems running older
# versions of Make
.SUFFIXES: