Changeset eeb643d in mainline for uspace/srv/hid/kbd/Makefile.build
- Timestamp:
- 2010-01-24T17:40:43Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86018c1
- Parents:
- 99de22b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/Makefile.build
r99de22b reeb643d 130 130 131 131 ifeq ($(UARCH),sparc64) 132 ifeq ($(MACHINE),serengeti) 133 SOURCES += \ 134 port/sgcn.c \ 135 ctl/stty.c 136 else 137 SOURCES += \ 132 ifeq ($(PROCESSOR),sun4u) 133 ifeq ($(MACHINE),serengeti) 134 SOURCES += \ 135 port/sgcn.c \ 136 ctl/stty.c 137 endif 138 ifeq ($(MACHINE),generic) 139 SOURCES += \ 138 140 port/sun.c \ 139 141 port/z8530.c \ 140 142 port/ns16550.c \ 141 143 ctl/sun.c 144 endif 145 endif 146 ifeq ($(PROCESSOR),sun4v) 147 SOURCES += \ 148 port/niagara.c \ 149 ctl/stty.c 142 150 endif 143 151 endif
Note:
See TracChangeset
for help on using the changeset viewer.