repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
tests
/
arch
/
earm
/
Makefile.inc
blob
18c590c9b066dce8294bd423423115f5d1cbb506
1
PROGS+= test_arm_segfault
2
PROGS+= test_arm_unaligned
3
4
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
5
6
test_arm_segfault.o : test_arm_segfault.S
7
test_arm_unaligned.o : test_arm_unaligned.S