]> Joshua Wise's Git repositories - firearm.git/commitdiff
Makefile: No longer need symlinked files.
authorJoshua Wise <jwise@pittyvaich.scotch.ece.cmu.local>
Wed, 18 Mar 2009 15:56:59 +0000 (11:56 -0400)
committerJoshua Wise <jwise@pittyvaich.scotch.ece.cmu.local>
Wed, 18 Mar 2009 15:56:59 +0000 (11:56 -0400)
xst/Makefile

index 074ec2670adf48f1893a15d0f0ad3fbff12b8216..e4cd3a3b075b9320af15b558f326a31b20caf6d9 100644 (file)
@@ -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
 
This page took 0.023759 seconds and 4 git commands to generate.