Subversion Repositories HelenOS

Rev

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

Rev 3763 Rev 3779
Line 57... Line 57...
57
#
57
#
58
 
58
 
59
CONFIG_ASID = y
59
CONFIG_ASID = y
60
CONFIG_ASID_FIFO = y
60
CONFIG_ASID_FIFO = y
61
 
61
 
62
 
-
 
63
## Compile with support for software integer division.
62
## Compile with support for software integer division.
64
#
63
#
65
 
64
 
66
CONFIG_SOFTINT = y
65
CONFIG_SOFTINT = y
67
 
66
 
Line 90... Line 89...
90
	DEFS += -DSKI
89
	DEFS += -DSKI
91
	BFD = binary
90
	BFD = binary
92
endif
91
endif
93
 
92
 
94
ifeq ($(MACHINE),i460GX)
93
ifeq ($(MACHINE),i460GX)
95
	ARCH_SOURCES += arch/$(ARCH)/src/drivers/ega.c
-
 
96
	CONFIG_I8042 = y
94
	CONFIG_I8042 = y
-
 
95
	CONFIG_EGA = y
97
	DEFS += -DI460GX -DCONFIG_I8042
96
	DEFS += -DI460GX -DCONFIG_I8042 -DCONFIG_EGA
98
	BFD = binary
97
	BFD = binary
99
endif
98
endif
100
 
99
 
101
ifeq ($(CONFIG_SMP),y)
100
ifeq ($(CONFIG_SMP),y)
102
	DEFS += -DCONFIG_SMP
101
	DEFS += -DCONFIG_SMP