all clean install:
	make -C driver $@
	make -C i2c-drivers $@
	make -C utils $@
	make -C test $@

distclean: clean

