From aadd22b991c779067d5fa3ef68a3e3904e50b971 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Wed, 18 Mar 2009 11:56:59 -0400 Subject: [PATCH] Makefile: No longer need symlinked files. --- xst/Makefile | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/xst/Makefile b/xst/Makefile index 074ec26..e4cd3a3 100644 --- a/xst/Makefile +++ b/xst/Makefile @@ -1,6 +1,21 @@ TARGET = FireARM -VLOGS = Console.v ARM_Constants.v BigBlockRAM.v BlockRAM.v BusArbiter.v DCache.v Decode.v Execute.v Fetch.v ICache.v Issue.v Memory.v RegFile.v system.v Terminal.v Writeback.v -VLOGS_ALL = $(VLOGS) ram.hex +VLOGS = Console.v \ + ../ARM_Constants.v \ + ../BigBlockRAM.v \ + ../BlockRAM.v \ + ../BusArbiter.v \ + ../DCache.v \ + ../Decode.v \ + ../Execute.v \ + ../Fetch.v \ + ../ICache.v \ + ../Issue.v \ + ../Memory.v \ + ../RegFile.v \ + ../system.v \ + ../Terminal.v \ + ../Writeback.v +VLOGS_ALL = $(VLOGS) ram.hex ibmpc1.mem scancodes.unshifted.hex scancodes.shifted.hex all: fpga_target -- 2.39.2