dist: tools: add makefile

This commit is contained in:
Kaspar Schleiser 2016-04-14 16:48:18 +02:00
parent 4f3a40fb74
commit aee0eeeb99

8
dist/tools/Makefile vendored Normal file
View File

@ -0,0 +1,8 @@
HOST_TOOLS=ethos uhcpd
.PHONY: all $(HOST_TOOLS)
all: $(HOST_TOOLS)
$(HOST_TOOLS):
make -C $@