aboutsummaryrefslogtreecommitdiff
path: root/tests/cpu_trap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpu_trap/Makefile')
-rw-r--r--tests/cpu_trap/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cpu_trap/Makefile b/tests/cpu_trap/Makefile
new file mode 100644
index 0000000..920fa45
--- /dev/null
+++ b/tests/cpu_trap/Makefile
@@ -0,0 +1,5 @@
+include ../test.mk
+
+SRC_cpu_trap = trap.S
+
+$(eval $(call MIPS_ELF,cpu_trap))