Subversion Repositories HelenOS

Rev

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

Rev 3569 Rev 3674
Line 54... Line 54...
54
endif
54
endif
55
ifeq ($(ARCH), ia32)
55
ifeq ($(ARCH), ia32)
56
	SOURCES += ega.c
56
	SOURCES += ega.c
57
	CFLAGS += -DEGA_ENABLED
57
	CFLAGS += -DEGA_ENABLED
58
endif
58
endif
-
 
59
ifeq ($(ARCH), ia64)
-
 
60
	SOURCES += ega.c
-
 
61
	CFLAGS += -DEGA_ENABLED
-
 
62
endif
59
ifeq ($(ARCH), amd64)
63
ifeq ($(ARCH), amd64)
60
	SOURCES += ega.c
64
	SOURCES += ega.c
61
	CFLAGS += -DEGA_ENABLED
65
	CFLAGS += -DEGA_ENABLED
62
endif
66
endif
63
ifeq ($(ARCH), mips32)
67
ifeq ($(ARCH), mips32)
64
	SOURCES += msim.c
68
	SOURCES += msim.c \
-
 
69
                   serial_console.c
65
	CFLAGS += -DMSIM_ENABLED -DFB_INVERT_ENDIAN
70
	CFLAGS += -DMSIM_ENABLED -DFB_INVERT_ENDIAN
66
endif
71
endif
-
 
72
ifeq ($(ARCH), sparc64)
-
 
73
	SOURCES += sgcn.c \
-
 
74
	           serial_console.c
-
 
75
	CFLAGS += -DSGCN_ENABLED
-
 
76
endif
67
 
77
 
68
CFLAGS += -D$(ARCH)
78
CFLAGS += -D$(ARCH)
69
 
79
 
70
 
80
 
71
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
81
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))