Index: arch/amd64/Makefile.inc
===================================================================
--- arch/amd64/Makefile.inc	(revision 46bbccb57add9096fa1189bcf15a24c190cb30d5)
+++ arch/amd64/Makefile.inc	(revision 5e7b926c919ca21ec3cf6a184f45d6e178dc894f)
@@ -29,11 +29,11 @@
 build: image.boot
 
-image.boot: kernel
+image.boot: kernel uspace
 	gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot
 	e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin
 	e2cp $(USPACEDIR)/init/init image.boot:/init
 
-clean: clean_kernel
+clean: clean_kernel clean_uspace
 	-rm -f image.boot
 
-arch_distclean: distclean_kernel
+arch_distclean: distclean_kernel distclean_uspace
