Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346506
b: refs/heads/master
c: 63d2336
h: refs/heads/master
v: v3
  • Loading branch information
Dave Young authored and Linus Torvalds committed Dec 18, 2012
1 parent cb95282 commit 1339868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aabccae6e9e2106e67a40d65eb423163cd69d2fb
refs/heads/master: 63d233673a9f6c524969e40e7012e3e461aafd32
4 changes: 2 additions & 2 deletions trunk/tools/testing/selftests/kcmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ CFLAGS += -I../../../../arch/x86/include/

all:
ifeq ($(ARCH),X86)
gcc $(CFLAGS) kcmp_test.c -o run_test
gcc $(CFLAGS) kcmp_test.c -o kcmp_test
else
echo "Not an x86 target, can't build kcmp selftest"
endif

run-tests: all
run_tests: all
./kcmp_test

clean:
Expand Down

0 comments on commit 1339868

Please sign in to comment.