Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1011 → Rev 1012

/kernel/trunk/Makefile
152,7 → 152,12
.PHONY: all build config distclean clean archlinks depend boot disasm
 
all:
tools/config.py default $(ARCH)
tools/config.py default $(NARCH)
ifdef NARCH
ifneq ($(ARCH), $(NARCH))
$(MAKE) -C . clean
endif
endif
$(MAKE) -C . build
 
build: kernel.bin boot disasm