Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 534 → Rev 550

/kernel/trunk/Makefile
36,12 → 36,10
NAME = Dawn
RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 
## Make some default assumptions
## Include configuration
#
 
ifndef ARCH
ARCH = ia32
endif
include Makefile.config
 
## Common compiler flags
#
58,7 → 56,6
## Setup kernel configuration
#
 
include Makefile.config
include arch/$(ARCH)/Makefile.inc
include genarch/Makefile.inc