Changeset 5cde90f in mainline for uspace/srv/hid/kbd/Makefile.build
- Timestamp:
- 2010-02-19T17:16:46Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 617652f
- Parents:
- b86d436 (diff), f41aa81 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/Makefile.build
rb86d436 r5cde90f 125 125 ifeq ($(UARCH),ppc32) 126 126 SOURCES += \ 127 port/ dummy.c \128 ctl/ stty.c127 port/adb.c \ 128 ctl/apple.c 129 129 endif 130 130 131 131 ifeq ($(UARCH),sparc64) 132 ifeq ($(PROCESSOR),sun4u) 132 ifeq ($(PROCESSOR),sun4v) 133 SOURCES += \ 134 port/niagara.c \ 135 ctl/stty.c 136 else 133 137 ifeq ($(MACHINE),serengeti) 134 138 SOURCES += \ … … 143 147 ctl/sun.c 144 148 endif 145 endif146 ifeq ($(PROCESSOR),sun4v)147 SOURCES += \148 port/niagara.c \149 ctl/stty.c150 149 endif 151 150 endif
Note:
See TracChangeset
for help on using the changeset viewer.