Files
mop3/libdebugconsole/Makefile
kamkow1 217179c9a0
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
Handle IRQs inside the kernel
2026-03-13 20:33:27 +01:00

12 lines
229 B
Makefile

include ../make/ufuncs.mk
$(eval $(call add_include,libsystem))
$(eval $(call add_include,libmalloc))
$(eval $(call add_include,libaux))
cflags += -DPRINTF_INCLUDE_CONFIG_H=1
libname := libdebugconsole
include ../make/lib.mk