Subversion Repositories HelenOS-historic

Rev

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

Rev 1361 Rev 1450
Line 35... Line 35...
35
	e2cp $(USPACEDIR)/init/init image.boot:/init
35
	e2cp $(USPACEDIR)/init/init image.boot:/init
36
	e2cp $(USPACEDIR)/ns/ns image.boot:/ns
36
	e2cp $(USPACEDIR)/ns/ns image.boot:/ns
37
	e2cp $(USPACEDIR)/pci/pci image.boot:/pci
37
	e2cp $(USPACEDIR)/pci/pci image.boot:/pci
38
	e2cp $(USPACEDIR)/fb/fb image.boot:/fb
38
	e2cp $(USPACEDIR)/fb/fb image.boot:/fb
39
	e2cp $(USPACEDIR)/kbd/kbd image.boot:/kbd
39
	e2cp $(USPACEDIR)/kbd/kbd image.boot:/kbd
-
 
40
	e2cp $(USPACEDIR)/console/console image.boot:/console
40
 
41
 
41
clean: clean_kernel clean_uspace
42
clean: clean_kernel clean_uspace
42
	-rm -f image.boot
43
	-rm -f image.boot
43
 
44
 
44
arch_distclean: distclean_kernel distclean_uspace
45
arch_distclean: distclean_kernel distclean_uspace