diff options
author | Michael Neuling <mikey@neuling.org> | 2015-05-28 20:25:50 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-06-01 17:11:53 +1000 |
commit | f66216ed9e6a3bacc4ca414cb15a63c7dea828b8 (patch) | |
tree | c9f147f749a5da926aedf212d6c86c6fca5695aa /test | |
parent | f232117367198c330ddf64a4c61bda0110ae9cec (diff) | |
download | skiboot-f66216ed9e6a3bacc4ca414cb15a63c7dea828b8.zip skiboot-f66216ed9e6a3bacc4ca414cb15a63c7dea828b8.tar.gz skiboot-f66216ed9e6a3bacc4ca414cb15a63c7dea828b8.tar.bz2 |
test/hello_world: Fix cleaning dependencies file
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 638a627..a3c3c7a 100644 --- a/test/hello_world/Makefile.check +++ b/test/hello_world/Makefile.check @@ -21,4 +21,4 @@ clean: hello_world-test-clean hello_world-test-clean: $(RM) -f test/hello_world/hello_kernel/hello_kernel - $(RM) -f test/hello_world/hello_kernel/hello_kernel.o + $(RM) -f test/hello_world/hello_kernel/hello_kernel.[od] |