diff options
Diffstat (limited to 'fpga/hp_lcd_driver/Makefile')
-rw-r--r-- | fpga/hp_lcd_driver/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fpga/hp_lcd_driver/Makefile b/fpga/hp_lcd_driver/Makefile index 693085b..f252002 100644 --- a/fpga/hp_lcd_driver/Makefile +++ b/fpga/hp_lcd_driver/Makefile @@ -1,9 +1,9 @@ -TARGETS= ep4ce15 spartan6 #ep4ce6 -fish:ep4ce15 +TARGETS= smh-ac415 spartan6 #ep4ce6 +fish:smh-ac415 + default: ${TARGETS:%=build_%/hp_lcd_driver.svf} -ep4ce15: build_ep4ce15/hp_lcd_driver.svf -ep4ce6hp: build_ep4ce6/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 |