POST Make: fix the sub-dir dependencies missing.
[platform/kernel/u-boot.git] / examples / mips.lds
index aceb6e9..939e0e6 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .sbss (NOLOAD) : { *(.sbss) }
-       .bss (NOLOAD)  : { *(.bss) }
+       .bss (NOLOAD)  : { *(.bss) . = ALIGN(4); }
 
        _end = .;
 }