diff options
| author | root <root@new-fish.medaka.james.internal> | 2025-11-16 01:26:34 +0000 |
|---|---|---|
| committer | root <root@new-fish.medaka.james.internal> | 2025-11-16 01:26:34 +0000 |
| commit | d742c2c0cc373ce66bfdad36d05b7cf2ab6a5ea2 (patch) | |
| tree | 939f460bea6736e8a819ce3d234f0f78f073403b /fpga/hp_lcd_driver/Makefile | |
| parent | 9efd088a248f22ffe8df3814b9e297911a5b739a (diff) | |
| download | hp_instrument_lcds-d742c2c0cc373ce66bfdad36d05b7cf2ab6a5ea2.tar.gz hp_instrument_lcds-d742c2c0cc373ce66bfdad36d05b7cf2ab6a5ea2.tar.bz2 hp_instrument_lcds-d742c2c0cc373ce66bfdad36d05b7cf2ab6a5ea2.zip | |
working xbar switch
Diffstat (limited to 'fpga/hp_lcd_driver/Makefile')
| -rw-r--r-- | fpga/hp_lcd_driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/hp_lcd_driver/Makefile b/fpga/hp_lcd_driver/Makefile index 6e21f21..0558bdd 100644 --- a/fpga/hp_lcd_driver/Makefile +++ b/fpga/hp_lcd_driver/Makefile @@ -7,7 +7,7 @@ TARGETS=ebaz4205 better_default: ${TARGETS:%=build_%/hp_lcd_driver.svf} scp build_ebaz4205/out/hp_lcd_driver.bin ${DIP}:/boot/uboot/hp_lcd_driver.bin - #ssh -n ${DIP} reboot < /dev/null & + ssh -n ${DIP} reboot < /dev/null & qbetter_default: build_rando_a7/hp_lcd_driver.svf ./prog_a7 |
