Subversion Repositories HelenOS-historic

Rev

Rev 1685 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1685 Rev 1747
Line 27... Line 27...
27
#
27
#
28
 
28
 
29
build: image.boot
29
build: image.boot
30
 
30
 
31
image.boot: kernel uspace
31
image.boot: kernel uspace
32
	make -C arch/$(ARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR)
32
	make -C arch/$(ARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR) IMAGE=$(CONFIG_IMAGE)
33
	cp arch/$(ARCH)/loader/image.boot image.boot
33
	cp arch/$(ARCH)/loader/image.boot image.boot
34
 
34
 
35
clean: clean_kernel clean_uspace
35
clean: clean_kernel clean_uspace
36
	make -C arch/$(ARCH)/loader clean
36
	make -C arch/$(ARCH)/loader clean
37
	-rm -f image.boot
37
	-rm -f image.boot