Handle IRQs inside the kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
This commit is contained in:
10
libmalloc/Makefile
Normal file
10
libmalloc/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
include ../make/ufuncs.mk
|
||||
|
||||
$(eval $(call add_include,libsystem))
|
||||
$(eval $(call add_include,libstring))
|
||||
|
||||
libname := libmalloc
|
||||
|
||||
FORMAT = clang-format -i $$(git ls-files '*.c' '*.h' ':!malloc.c' ':!malloc.h')
|
||||
|
||||
include ../make/lib.mk
|
||||
Reference in New Issue
Block a user