Skip to content

Commit 94ea13f

Browse files
committed
fixup! fixup! fixup! fixup! fixup! [libc] Add putc, fputc, and fprintf to stdio/baremetal
1 parent 4474161 commit 94ea13f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/stdio/baremetal/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ add_entrypoint_object(
4949
putc.cpp
5050
HDRS
5151
../putc.h
52-
DEPENDS
52+
DEPENDS
5353
libc.src.__support.CPP.string_view
5454
.baremetal_write_utils
5555
)
@@ -60,7 +60,7 @@ add_entrypoint_object(
6060
printf.cpp
6161
HDRS
6262
../printf.h
63-
DEPENDS
63+
DEPENDS
6464
libc.src.stdio.printf_core.printf_main
6565
libc.src.__support.arg_list
6666
.baremetal_write_hooks

0 commit comments

Comments
 (0)