Subversion Repositories HelenOS-historic

Rev

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

Rev 1478 Rev 1602
Line 57... Line 57...
57
 
57
 
58
COMPONENTS = \
58
COMPONENTS = \
59
	$(KERNELDIR)/kernel.bin \
59
	$(KERNELDIR)/kernel.bin \
60
	$(USPACEDIR)/ns/ns \
60
	$(USPACEDIR)/ns/ns \
61
	$(USPACEDIR)/init/init \
61
	$(USPACEDIR)/init/init \
62
	$(USPACEDIR)/fb/fb
62
	$(USPACEDIR)/fb/fb \
-
 
63
	$(USPACEDIR)/ipcc/ipcc \
-
 
64
	$(USPACEDIR)/klog/klog
63
 
65
 
64
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
66
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
65
COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS))))
67
COMPONENT_OBJECTS := $(addsuffix .o,$(basename $(notdir $(COMPONENTS))))
66
 
68
 
67
.PHONY: all clean depend
69
.PHONY: all clean depend