Rev 4067 | Rev 4237 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4067 | Rev 4070 | ||
---|---|---|---|
Line 114... | Line 114... | ||
114 | GENARCH_SOURCES += \ |
114 | GENARCH_SOURCES += \ |
115 | port/dummy.c \ |
115 | port/dummy.c \ |
116 | ctl/stty.c |
116 | ctl/stty.c |
117 | endif |
117 | endif |
118 | ifeq ($(UARCH), sparc64) |
118 | ifeq ($(UARCH), sparc64) |
- | 119 | ifeq ($(MACHINE),serengeti) |
|
- | 120 | GENARCH_SOURCES += \ |
|
- | 121 | port/sgcn.c \ |
|
- | 122 | ctl/stty.c |
|
- | 123 | else |
|
119 | GENARCH_SOURCES += \ |
124 | GENARCH_SOURCES += \ |
120 | port/z8530.c \ |
125 | port/z8530.c \ |
121 | ctl/sun.c |
126 | ctl/sun.c |
- | 127 | endif |
|
122 | endif |
128 | endif |
123 | 129 | ||
124 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
130 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
125 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
131 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
126 | GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES))) |
132 | GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES))) |