X-Git-Url: http://git.joshuawise.com/firearm.git/blobdiff_plain/8744c23dbf6a3c38649c800ae3d96e7e465e01fb..6d8250a2274c30477c543fa7279b9f3052afcca2:/xst/Makefile

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