From 48a7f22c09ba0df9f92603a17232483b59f34a11 Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Tue, 3 Mar 2020 09:27:51 -0800 Subject: [PATCH] move DRAMSim2 makefrag rules --- common.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index 08e872f2..839e7b54 100644 --- a/common.mk +++ b/common.mk @@ -156,10 +156,14 @@ $(output_dir)/tracegen.result: $(output_dir)/tracegen.out $(AXE) tracegen: $(output_dir)/tracegen.result +.PHONY: tracegen + +####################################### +# Rules for building DRAMSim2 library # +####################################### + dramsim_dir = $(base_dir)/tools/DRAMSim2 dramsim_lib = $(dramsim_dir)/libdramsim.a $(dramsim_lib): $(MAKE) -C $(dramsim_dir) $(notdir $@) - -.PHONY: tracegen