[Skiboot] [PATCH 3/5] test/hello_world: Add linker script to dependencies

Michael Neuling mikey at neuling.org
Thu May 28 20:25:52 AEST 2015


Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 test/hello_world/Makefile.check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/hello_world/Makefile.check b/test/hello_world/Makefile.check
index a3c3c7a..a730fbf 100644
--- a/test/hello_world/Makefile.check
+++ b/test/hello_world/Makefile.check
@@ -7,7 +7,7 @@ boot-tests: $(HELLO_WORLD_TEST:%=%-check)
 $(HELLO_WORLD_TEST:%=%-check) : %-check: % skiboot.lid
 	./test/hello_world/run_hello_world.sh
 
-test/hello_world/hello_kernel/hello_kernel.o: test/hello_world/hello_kernel/hello_kernel.S
+test/hello_world/hello_kernel/hello_kernel.o: test/hello_world/hello_kernel/hello_kernel.S test/hello_world/hello_kernel/hello_kernel.ld
 	$(call Q,CC, $(CC) -m64 -c -MMD -Itest/hello_world/hello_kernel/ -o $@ $< ,$@)
 
 hello_kernel_LDFLAGS=-m64 -Wl,--build-id=none -T test/hello_world/hello_kernel/hello_kernel.ld -ffreestanding -nostdlib -Ttext=0x0 -lgcc
-- 
2.1.0



More information about the Skiboot mailing list