build: add rules to configure kexts
This commit is contained in:
6
Makefile
6
Makefile
@@ -103,6 +103,12 @@ install-cd: $(BUILD_DIR)/socks-kernel.iso
|
|||||||
|
|
||||||
compile-db: $(BUILD_DIR)/compile_commands.json
|
compile-db: $(BUILD_DIR)/compile_commands.json
|
||||||
|
|
||||||
|
kext-list:
|
||||||
|
@./tools/socks.kexttool list
|
||||||
|
|
||||||
|
kext-config:
|
||||||
|
@./tools/socks.kexttool select
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
@$(MAKE) --no-print-directory -C tools
|
@$(MAKE) --no-print-directory -C tools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user