Changeset 8b4be29 in mainline for kernel/arch/sparc64/Makefile.inc
- Timestamp:
- 2006-08-09T18:33:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f24137
- Parents:
- d46c6ecd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/Makefile.inc
rd46c6ecd r8b4be29 61 61 CONFIG_FB = y 62 62 63 ## Compile with support for z8530 controller.64 #65 63 66 CONFIG_Z8530 = y 67 DEFS += -DCONFIG_Z8530 64 ifeq ($(MACHINE),enterprise) 65 ## Compile with support for z8530 controller. 66 # 67 68 CONFIG_Z8530 = y 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 82 ARCH_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.