Rev 3492 | Rev 3549 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3492 | Rev 3493 | ||
|---|---|---|---|
| Line 148... | Line 148... | ||
| 148 | DEFS += -DCONFIG_VESA_HEIGHT=$(CONFIG_VESA_HEIGHT) |
148 | DEFS += -DCONFIG_VESA_HEIGHT=$(CONFIG_VESA_HEIGHT) |
| 149 | DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP) |
149 | DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP) |
| 150 | endif |
150 | endif |
| 151 | endif |
151 | endif |
| 152 | 152 | ||
| - | 153 | ifeq ($(CONFIG_SIMICS_OUTPUT),y) |
|
| - | 154 | ifeq ($(ARCH),sparc64) |
|
| - | 155 | DEFS += -DCONFIG_SIMICS_OUTPUT |
|
| - | 156 | endif |
|
| - | 157 | endif |
|
| - | 158 | ||
| 153 | ifeq ($(CONFIG_UDEBUG),y) |
159 | ifeq ($(CONFIG_UDEBUG),y) |
| 154 | DEFS += -DCONFIG_UDEBUG |
160 | DEFS += -DCONFIG_UDEBUG |
| 155 | endif |
161 | endif |
| 156 | 162 | ||
| 157 | ## Simple detection for the type of the host system |
163 | ## Simple detection for the type of the host system |