build: add support for building tools targeting host machine

This commit is contained in:
2023-02-07 11:25:33 +00:00
parent 625eac9ca7
commit 2f69bfd4f0
7 changed files with 374 additions and 3 deletions

4
tools/e64patch/Makefile Normal file
View File

@@ -0,0 +1,4 @@
TOOL_NAME := e64patch
include ../tool-config.mk
include ../tool-template.mk