# Dummy Makefile to trick the build system into not buiding tools and firmware
#

all:
	@true

clean:
	@true
