summaryrefslogtreecommitdiffstats
path: root/fpga/hp_lcd_driver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/hp_lcd_driver/Makefile')
-rw-r--r--fpga/hp_lcd_driver/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/fpga/hp_lcd_driver/Makefile b/fpga/hp_lcd_driver/Makefile
index f9ce72b..4e2be26 100644
--- a/fpga/hp_lcd_driver/Makefile
+++ b/fpga/hp_lcd_driver/Makefile
@@ -1,4 +1,4 @@
-TARGETS= smh-ac415b #spartan6 #ep4ce6 smh-ac415
+TARGETS= smh-ac415b #spartan6 #ep4ce6 smh-ac415
#fish:smh-ac415
default: ${TARGETS:%=build_%/hp_lcd_driver.svf}
@@ -6,9 +6,18 @@ default: ${TARGETS:%=build_%/hp_lcd_driver.svf}
smh-ac415: build_smh-ac415/hp_lcd_driver.svf
spartan6: build_spartan6/hp_lcd_driver.svf
+
build_%/hp_lcd_driver.svf: dummy
${MAKE} -f ${@:build_%/hp_lcd_driver.svf=%}.mk
+build_smh-ac415/hp_lcd_driver.svf: build_flash_loader/output_files/flash_loader.sof
+
+build_flash_loader/output_files/flash_loader.sof: dummy
+ ${MAKE} -f ep4ce15f23c8_loader.mk
+
+
+
+
clean:
for i in ${TARGETS}; do ${MAKE} -f $$i.mk $@; done