diff options
author | Michael Neuling <mikey@neuling.org> | 2015-05-28 20:25:52 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-06-01 17:11:53 +1000 |
commit | 439cb957abec3ff8a8e715bc5160f440452c1a26 (patch) | |
tree | 82a14b106ea3cf04b4b5da3771f5fcb36eadc585 /test | |
parent | ac9949f81f9817a77df6d1f7a9ef0a9e58a22482 (diff) | |
download | skiboot-439cb957abec3ff8a8e715bc5160f440452c1a26.zip skiboot-439cb957abec3ff8a8e715bc5160f440452c1a26.tar.gz skiboot-439cb957abec3ff8a8e715bc5160f440452c1a26.tar.bz2 |
test/hello_world: Add linker script to dependencies
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/hello_world/Makefile.check | 2 |
1 files changed, 1 insertions, 1 deletions
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 |