Subversion Repositories HelenOS

Rev

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

Rev 1895 Rev 1896
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 OpenFirmware device tree.
63
## Compile with support for Sun keyboard.
64
#
64
#
65
 
65
 
66
CONFIG_OFW_TREE = y
66
CONFIG_SUN_KBD = y
67
 
67
 
68
ifeq ($(MACHINE),enterprise)
-
 
69
	## Compile with support for z8530 controller.
-
 
70
	#
-
 
71
 
-
 
72
	CONFIG_Z8530 = y
-
 
73
	DEFS += -DCONFIG_Z8530
-
 
74
endif
-
 
75
ifeq ($(MACHINE),ultra)
-
 
76
	## Compile with support for ns16550 controller.
68
## Compile with support for OpenFirmware device tree.
77
	#
69
#
78
	
-
 
79
	CONFIG_NS16550 = y
-
 
80
	DEFS += -DCONFIG_NS16550
-
 
81
	
-
 
82
	DEFS += -DKBD_ADDR_OVRD=0x1fff13083f8ULL
-
 
83
	
-
 
84
endif
-
 
85
 
70
 
-
 
71
CONFIG_OFW_TREE = y
86
 
72
 
87
ARCH_SOURCES = \
73
ARCH_SOURCES = \
88
	arch/$(ARCH)/src/cpu/cpu.c \
74
	arch/$(ARCH)/src/cpu/cpu.c \
89
	arch/$(ARCH)/src/asm.S \
75
	arch/$(ARCH)/src/asm.S \
90
	arch/$(ARCH)/src/panic.S \
76
	arch/$(ARCH)/src/panic.S \