aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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 $@ $^ ,$@)