From: Joshua Wise Date: Wed, 18 Mar 2009 15:56:59 +0000 (-0400) Subject: Makefile: No longer need symlinked files. X-Git-Url: http://git.joshuawise.com/firearm.git/commitdiff_plain/aadd22b991c779067d5fa3ef68a3e3904e50b971 Makefile: No longer need symlinked files. --- 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