We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8181dd0 commit 88938f7Copy full SHA for 88938f7
platform/m6/sub/101a/Makefile
@@ -1,4 +1,4 @@
1
-OBJS=boot.o stubs_entry.o stubs_entry_2.o mmu_utils.o debug.o
+OBJS=boot.o stubs_auto.o stubs_entry.o stubs_entry_2.o mmu_utils.o debug.o
2
STUBS_AUTO_DEPS=boot.c
3
4
include ../../../makefile_sub.inc
platform/m6/sub/101a/stubs_auto.S
@@ -0,0 +1,6 @@
+#include "stubs_asm.h"
+
+STUB(E02796AE)
+STUB(E010E954)
5
+STUB(e007006e)
6
+STUB(e007a49c)
0 commit comments