Subversion Repositories HelenOS

Rev

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

Rev 1842 Rev 1844
Line 58... Line 58...
58
## Compile with support for framebuffer.
58
## Compile with support for framebuffer.
59
#
59
#
60
 
60
 
61
CONFIG_FB = y
61
CONFIG_FB = y
62
 
62
 
63
## Compile with support for z8530 controller.
-
 
64
#
-
 
65
 
63
 
-
 
64
ifeq ($(MACHINE),enterprise)
-
 
65
	## Compile with support for z8530 controller.
-
 
66
	#
-
 
67
 
66
CONFIG_Z8530 = y
68
	CONFIG_Z8530 = y
67
DEFS += -DCONFIG_Z8530
69
	DEFS += -DCONFIG_Z8530
-
 
70
endif
-
 
71
ifeq ($(MACHINE),ultra)
-
 
72
	## Compile with support for ns16550 controller.
-
 
73
	#
-
 
74
	
-
 
75
	CONFIG_NS16550 = y
-
 
76
	DEFS += -DCONFIG_NS16550
-
 
77
	
-
 
78
	DEFS += -DKBD_ADDR_OVRD=0x1fff13083f8ULL
-
 
79
endif
-
 
80
 
68
 
81
 
69
ARCH_SOURCES = \
82
ARCH_SOURCES = \
70
	arch/$(ARCH)/src/cpu/cpu.c \
83
	arch/$(ARCH)/src/cpu/cpu.c \
71
	arch/$(ARCH)/src/asm.S \
84
	arch/$(ARCH)/src/asm.S \
72
	arch/$(ARCH)/src/panic.S \
85
	arch/$(ARCH)/src/panic.S \