Subversion Repositories HelenOS

Rev

Rev 3923 | Rev 3925 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3923 Rev 3924
Line 108... Line 108...
108
		port/dummy.c \
108
		port/dummy.c \
109
		ctl/stty.c
109
		ctl/stty.c
110
endif
110
endif
111
ifeq ($(UARCH), sparc64)
111
ifeq ($(UARCH), sparc64)
112
	GENARCH_SOURCES += \
112
	GENARCH_SOURCES += \
113
		port/dummy.c \
113
		port/z8350.c \
114
		ctl/stty.c
114
		ctl/sun.c
115
endif
115
endif
116
 
116
 
117
# ifeq ($(UARCH), ia32)
117
# ifeq ($(UARCH), ia32)
118
# 	ARCH_SOURCES += \
118
# 	ARCH_SOURCES += \
119
# 		arch/$(UARCH)/src/mouse.c \
119
# 		arch/$(UARCH)/src/mouse.c \