diff options
author | stefan <stefan@s00.xyz> | 2023-04-07 19:02:18 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-04-07 19:02:18 -0400 |
commit | a1a97aa7b2b0c3d1f3b6766446d605f83de1c561 (patch) | |
tree | 445f9419aee4e0ffdb7271d84474452c7e69d225 /sys/Makefile | |
parent | cd653dcee96a2673bf4ab5aadba0ecfaf5fe7a0f (diff) | |
download | sv-a1a97aa7b2b0c3d1f3b6766446d605f83de1c561.tar.gz |
stuff and things
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index 865a5a3..db8bf8e 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -10,7 +10,7 @@ TARGETDIR=../mainboard/${TARGET} SRC=\ kern/entry.S\ kern/init.c\ - kern/kernel_earlyprintf.c\ + kern/printf.c\ kern/mm/kalloc.c\ dev/sbi.c |