corrections to Makefile for building / not-building 4k sram ls180
[soc.git] / Makefile
index b7d73ee58c280d298136d9773db7bffa972747c9..abb446dd00b02008e36f3412235f37be5194d312 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,8 +49,8 @@ ls180_4k_verilog:
                        src/soc/litex/florent/libresoc/libresoc.v
 
 # build the litex libresoc SoC without 4k SRAMs
-ls180_4ksram_verilog_build: ls180_verilog
-       make -C soc/soc/litex/florent ls1804k
+ls180_verilog_build: ls180_verilog
+       make -C soc/soc/litex/florent ls180
 
 # build the litex libresoc SoC with 4k SRAMs
 ls180_4ksram_verilog_build: ls180_4k_verilog