aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2014-12-15 17:34:30 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-12-15 17:34:30 +1100
commit5c0cc57a31c826541f89884234fe566751fba99a (patch)
tree6e6b2deeb0818b8e28c9fa505cc24968dafbf2b7 /test
parent4f1f5c2dda167d556c704d1821a321949a68a62c (diff)
downloadskiboot-5c0cc57a31c826541f89884234fe566751fba99a.zip
skiboot-5c0cc57a31c826541f89884234fe566751fba99a.tar.gz
skiboot-5c0cc57a31c826541f89884234fe566751fba99a.tar.bz2
Fix flub in hello_world Makefile.check
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test')
-rw-r--r--test/hello_world/Makefile.check3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/hello_world/Makefile.check b/test/hello_world/Makefile.check
index f9e0e95..6e94da7 100644
--- a/test/hello_world/Makefile.check
+++ b/test/hello_world/Makefile.check
@@ -5,9 +5,6 @@ check: $(HELLO_WORLD_TEST:%=%-check)
$(HELLO_WORLD_TEST:%=%-check) : %-check: %
./test/hello_world/run_hello_world.sh
-CFLAGS=-I.
-ASFLAGS=-I.
-
test/hello_world/hello_kernel/hello_kernel.o: test/hello_world/hello_kernel/hello_kernel.S
$(call Q,CC, $(CC) -m64 -c -Itest/hello_world/hello_kernel/ -o $@ $^ ,$@)