Subversion Repositories HelenOS

Rev

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

Rev 534 Rev 550
Line 34... Line 34...
34
SUBLEVEL = 0
34
SUBLEVEL = 0
35
EXTRAVERSION = 
35
EXTRAVERSION = 
36
NAME = Dawn
36
NAME = Dawn
37
RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
37
RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
38
 
38
 
39
## Make some default assumptions
39
## Include configuration
40
#
40
#
41
 
41
 
42
ifndef ARCH
42
include Makefile.config
43
	ARCH = ia32
-
 
44
endif
-
 
45
 
43
 
46
## Common compiler flags
44
## Common compiler flags
47
#
45
#
48
 
46
 
49
DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
47
DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
Line 56... Line 54...
56
endif
54
endif
57
 
55
 
58
## Setup kernel configuration
56
## Setup kernel configuration
59
#
57
#
60
 
58
 
61
include Makefile.config
-
 
62
include arch/$(ARCH)/Makefile.inc
59
include arch/$(ARCH)/Makefile.inc
63
include genarch/Makefile.inc
60
include genarch/Makefile.inc
64
 
61
 
65
ifeq ($(CONFIG_DEBUG),y)
62
ifeq ($(CONFIG_DEBUG),y)
66
	DEFS += -DCONFIG_DEBUG
63
	DEFS += -DCONFIG_DEBUG