Try to automatically fit sections into open spaces in the fixed area.
[seabios.git] / Makefile
index 424dd0bb5dee1120a894a3938b9cd9e7da4aed24..f69ed834856cfe74cc7fb2cb898a47a65e013387 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ $(OUT)rom32.o: $(OUT)ccode32.o $(OUT)rombios32.lds
 
 $(OUT)romlayout.lds: $(OUT)romlayout16.o
        @echo "  Building layout information $@"
-       $(Q)$(OBJDUMP) -h $< | ./tools/layoutrom.py $@
+       $(Q)$(OBJDUMP) -h $< | ./tools/layoutrom.py $@
 
 $(OUT)rombios16.lds: $(OUT)romlayout.lds