Changes in uspace/srv/hid/kbd/Makefile.build [3a2f8aa:eeb643d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/Makefile.build
r3a2f8aa reeb643d 125 125 ifeq ($(UARCH),ppc32) 126 126 SOURCES += \ 127 port/ adb.c \128 ctl/ apple.c127 port/dummy.c \ 128 ctl/stty.c 129 129 endif 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.