Changes in uspace/srv/hid/kbd/Makefile.build [b3d513f:fb52db8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/Makefile.build
rb3d513f rfb52db8 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 ($( MACHINE),serengeti)132 ifeq ($(PROCESSOR),sun4v) 133 133 SOURCES += \ 134 port/ sgcn.c \134 port/niagara.c \ 135 135 ctl/stty.c 136 136 else 137 SOURCES += \ 137 ifeq ($(MACHINE),serengeti) 138 SOURCES += \ 139 port/sgcn.c \ 140 ctl/stty.c 141 endif 142 ifeq ($(MACHINE),generic) 143 SOURCES += \ 138 144 port/sun.c \ 139 145 port/z8530.c \ 140 146 port/ns16550.c \ 141 147 ctl/sun.c 148 endif 142 149 endif 150 endif 151 152 ifeq ($(UARCH),abs32le) 153 SOURCES += \ 154 port/dummy.c \ 155 ctl/pc.c 143 156 endif 144 157
Note:
See TracChangeset
for help on using the changeset viewer.