diff options
-rw-r--r-- | asm/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/Makefile.inc b/asm/Makefile.inc index 4c858e2..2e678fd 100644 --- a/asm/Makefile.inc +++ b/asm/Makefile.inc @@ -1,7 +1,7 @@ # -*-Makefile-*- SUBDIRS += asm -ASM_OBJS = head.o lock.o misc.o kernel-wrapper.o +ASM_OBJS = head.o lock.o misc.o kernel-wrapper.o rom_entry.o ASM=asm/built-in.o # Add extra dependency to the kernel wrapper |