Subversion Repositories HelenOS

Rev

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

Rev 4343 Rev 4344
Line 77... Line 77...
77
		port/i8042.c \
77
		port/i8042.c \
78
		ctl/pc.c
78
		ctl/pc.c
79
endif
79
endif
80
ifeq ($(UARCH), ia64)
80
ifeq ($(UARCH), ia64)
81
	GENARCH_SOURCES += \
81
	GENARCH_SOURCES += \
82
		port/dummy.c \
82
		port/i8042.c \
83
		ctl/stty.c
83
		ctl/pc.c
84
endif
84
endif
85
ifeq ($(MACHINE), msim)
85
ifeq ($(MACHINE), msim)
86
	GENARCH_SOURCES += \
86
	GENARCH_SOURCES += \
87
		port/msim.c \
87
		port/msim.c \
88
		ctl/stty.c
88
		ctl/stty.c