From 5c0cc57a31c826541f89884234fe566751fba99a Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Mon, 15 Dec 2014 17:34:30 +1100 Subject: Fix flub in hello_world Makefile.check Signed-off-by: Stewart Smith --- test/hello_world/Makefile.check | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') 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 $@ $^ ,$@) -- cgit v1.1