dist: tools: add makefile
This commit is contained in:
parent
4f3a40fb74
commit
aee0eeeb99
8
dist/tools/Makefile
vendored
Normal file
8
dist/tools/Makefile
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
HOST_TOOLS=ethos uhcpd
|
||||
|
||||
.PHONY: all $(HOST_TOOLS)
|
||||
|
||||
all: $(HOST_TOOLS)
|
||||
|
||||
$(HOST_TOOLS):
|
||||
make -C $@
|
||||
Loading…
x
Reference in New Issue
Block a user