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:
@@ -8,6 +8,8 @@ include src.mk
|
||||
include ../generic/flags.mk
|
||||
include ../$(platform)/flags.mk
|
||||
|
||||
FORMAT ?= clang-format -i $$(git ls-files '*.c' '*.h')
|
||||
|
||||
all: build/$(libname).a
|
||||
|
||||
build/$(libname).a: $(o)
|
||||
@@ -23,7 +25,7 @@ clean:
|
||||
rm -f $(o) build/$(libname).a
|
||||
|
||||
format:
|
||||
clang-format -i $$(git ls-files '*.c' '*.h')
|
||||
$(FORMAT)
|
||||
|
||||
docs:
|
||||
rm -rf docs
|
||||
|
||||
Reference in New Issue
Block a user