diff options
author | stefan <stefan@s00.xyz> | 2023-04-08 20:42:18 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-04-08 20:42:18 -0400 |
commit | 1aac36f788834699b6891aea7a83eb950bd5e8f6 (patch) | |
tree | 18e0a6c26b83e71c101193e60149f49b1641daf0 /sys/Makefile | |
parent | a1a97aa7b2b0c3d1f3b6766446d605f83de1c561 (diff) | |
download | sv-1aac36f788834699b6891aea7a83eb950bd5e8f6.tar.gz |
no idea whot i changed lol
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index db8bf8e..2cfd2bb 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -12,7 +12,10 @@ SRC=\ kern/init.c\ kern/printf.c\ kern/mm/kalloc.c\ - dev/sbi.c + kern/spinlock.c\ + dev/sbi.c\ + dev/fdt/fdt.c + ${BUILDDIR}/kernel.elf: ${SRC} mkdir -p ${BUILDDIR} |