Subversion Repositories HelenOS-historic

Rev

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

Rev 705 Rev 707
Line 150... Line 150...
150
GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES)))
150
GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES)))
151
 
151
 
152
.PHONY: all build config distclean clean archlinks depend boot disasm
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 $(ARCH)
156
	$(MAKE) -C . build
156
	$(MAKE) -C . build
157
 
157
 
158
build: kernel.bin boot disasm
158
build: kernel.bin boot disasm
159
 
159
 
160
config:
160
config: