POST Make: fix the sub-dir dependencies missing.
[platform/kernel/u-boot.git] / examples / nios2.lds
index 277a0a7..6a100dc 100644 (file)
@@ -74,7 +74,7 @@ SECTIONS
         * bss follows. We keep it adjacent to simplify init code.
         */
        __bss_start = .;
-       .sbss :
+       .sbss (NOLOAD) :
        {
          *(.sbss)
          *(.sbss.*)
@@ -82,7 +82,7 @@ SECTIONS
          *(.scommon)
        }
        . = ALIGN(4);
-       .bss :
+       .bss (NOLOAD) :
        {
          *(.bss)
          *(.bss.*)