Working PS/2 keyboard driver
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
This commit is contained in:
16
make/libkb.mk
Normal file
16
make/libkb.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
all_libkb:
|
||||
make -C libkb platform=$(platform) all
|
||||
|
||||
all_compiledb_libkb:
|
||||
bear --output libkb/compile_commands.json -- make -C libkb platform=$(platform) all
|
||||
|
||||
clean_libkb:
|
||||
make -C libkb platform=$(platform) clean
|
||||
|
||||
format_libkb:
|
||||
make -C libkb platform=$(platform) format
|
||||
|
||||
docs_libkb:
|
||||
make -C libkb platform=$(platform) docs
|
||||
|
||||
.PHONY: all_libkb clean_libkb format_libkb docs_libkb
|
||||
Reference in New Issue
Block a user