Rev 3742 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3742 | Rev 4073 | ||
---|---|---|---|
Line 72... | Line 72... | ||
72 | serial_console.c |
72 | serial_console.c |
73 | CFLAGS += -DMSIM_ENABLED -DFB_INVERT_ENDIAN |
73 | CFLAGS += -DMSIM_ENABLED -DFB_INVERT_ENDIAN |
74 | endif |
74 | endif |
75 | ifeq ($(ARCH), sparc64) |
75 | ifeq ($(ARCH), sparc64) |
76 | SOURCES += sgcn.c \ |
76 | SOURCES += sgcn.c \ |
- | 77 | niagara.c \ |
|
77 | serial_console.c |
78 | serial_console.c |
78 | CFLAGS += -DSGCN_ENABLED |
79 | CFLAGS += -DSGCN_ENABLED |
79 | endif |
80 | endif |
80 | 81 | ||
81 | CFLAGS += -D$(ARCH) |
82 | CFLAGS += -D$(ARCH) |