aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Davidsaver <mdavidsaver@gmail.com>2016-07-08 22:16:19 -0400
committerMichael Davidsaver <mdavidsaver@gmail.com>2016-07-08 22:56:45 -0400
commit47779efb1de37bb9b564b1fdc3cb6f1d5c662956 (patch)
tree45a7e4539d5736fb3479ec3a7b3b5b74698339d7 /Makefile
parent21f36fc59dce0b29239f3efd34700322556e9430 (diff)
testme for 1 and 9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 045b81f..67b043b 100644
--- a/Makefile
+++ b/Makefile
@@ -24,14 +24,14 @@ all: test10-kern.bin
all: test11-kern.bin
all: test12-kern.bin
-test1-kern.elf: cortexm.ld common.ld setup.o init-m.o test1.o
+test1-kern.elf: cortexm.ld common.ld setup.o init-m.o testme.o test1.o
test3-kern.elf: cortexm.ld common.ld setup.o init-m.o test3.o
test4-kern.elf: cortexm.ld common.ld setup.o init-m.o test4.o
test5-kern.elf: cortexm.ld common.ld setup.o init-m.o test5.o
test6-kern.elf: cortexm.ld common.ld setup.o init-m.o test6.o
test7-kern.elf: cortexm.ld common.ld setup.o init-m.o test7.o
test8-kern.elf: cortexm.ld common.ld setup.o init-m.o test8.o inst_skip.o
-test9-kern.elf: cortexm.ld common.ld setup.o init-m-test9.o test9.o
+test9-kern.elf: cortexm.ld common.ld setup.o init-m-test9.o testme.o test9.o
test10-kern.elf:cortexm.ld common.ld setup.o init-m.o test10.o
test11-kern.elf:cortexm.ld common.ld setup.o init-m.o test11-buserr.o inst_skip.o
test12-kern.elf:cortexm.ld common.ld setup.o test12.o