Subversion Repositories HelenOS-historic

Rev

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

Rev 703 Rev 705
Line 147... Line 147...
147
 
147
 
148
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
148
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
149
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
149
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
150
GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES)))
150
GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES)))
151
 
151
 
152
.PHONY: all build clean config links depend boot
152
.PHONY: all build config distclean clean archlinks depend boot disasm
153
 
153
 
154
all:
154
all:
155
	tools/config.py default
155
	tools/config.py default
156
	$(MAKE) -C . build
156
	$(MAKE) -C . build
157
 
157