Index: arch/sparc64/boot/Makefile
===================================================================
--- arch/sparc64/boot/Makefile	(revision 2a99fa8542b11dc1ddaa614e54b07e6b3a03a094)
+++ arch/sparc64/boot/Makefile	(revision 2a99fa8542b11dc1ddaa614e54b07e6b3a03a094)
@@ -0,0 +1,9 @@
+.PHONY: nothing build clean
+
+nothing:
+
+build:
+	touch boot.bin
+
+clean:
+	-rm *.bin
