Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1012 → Rev 1011

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