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