all:
	make -C utils/libcoff BUILDIR=$(BUILDIR)/utils/libcoff/
	make -C utils/loadremotecore BUILDIR=$(BUILDIR)/utils/loadremotecore/
	make -C utils/rioconfig BUILDIR=$(BUILDIR)/utils/rioconfig
#	make -C utils/linuxboot BUILDIR=$(BUILDIR)/utils/linuxroot
	make -C misc/SRIO_boot BUILDIR=$(BUILDIR)/misc/SRIO_boot

clean:
	make -C utils/libcoff clean BUILDIR=$(BUILDIR)/utils/libcoff/
	make -C utils/loadremotecore clean BUILDIR=$(BUILDIR)/utils/loadremotecore/
	make -C utils/rioconfig clean BUILDIR=$(BUILDIR)/utils/rioconfig
#	make -C utils/linuxboot clean BUILDIR=$(BUILDIR)/utils/linuxroot
	make -C misc/SRIO_boot clean BUILDIR=$(BUILDIR)/misc/SRIO_boot

install:
	make -C utils/loadremotecore install BUILDIR=$(BUILDIR)/utils/loadremotecore/
	make -C utils/rioconfig install BUILDIR=$(BUILDIR)/utils/rioconfig
	make -C misc/SRIO_boot install BUILDIR=$(BUILDIR)/misc/SRIO_boot
