.PHONY: all
all: bsp/Makefile
	$(MAKE) -C bsp

bsp/Makefile:
	hsi -nojournal -nolog -source create_bsp.tcl

.PHONY: clean
clean:
	rm -rf bsp
