Rev 3403 | Rev 3674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3403 | Rev 3448 | ||
---|---|---|---|
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_UDEBUG),y) |
|
- | 154 | DEFS += -DCONFIG_UDEBUG |
|
- | 155 | endif |
|
- | 156 | ||
153 | ## Simple detection for the type of the host system |
157 | ## Simple detection for the type of the host system |
154 | # |
158 | # |
155 | HOST = $(shell uname) |
159 | HOST = $(shell uname) |
156 | 160 | ||
157 | ## On Solaris, some utilities have slightly different names |
161 | ## On Solaris, some utilities have slightly different names |
Line 281... | Line 285... | ||
281 | generic/src/ipc/ipcrsc.c \ |
285 | generic/src/ipc/ipcrsc.c \ |
282 | generic/src/ipc/irq.c \ |
286 | generic/src/ipc/irq.c \ |
283 | generic/src/security/cap.c \ |
287 | generic/src/security/cap.c \ |
284 | generic/src/sysinfo/sysinfo.c |
288 | generic/src/sysinfo/sysinfo.c |
285 | 289 | ||
- | 290 | ## Udebug interface sources |
|
- | 291 | # |
|
- | 292 | ||
- | 293 | ifeq ($(CONFIG_UDEBUG),y) |
|
- | 294 | GENERIC_SOURCES += \ |
|
- | 295 | generic/src/ipc/kbox.c \ |
|
- | 296 | generic/src/udebug/udebug.c \ |
|
- | 297 | generic/src/udebug/udebug_ops.c \ |
|
- | 298 | generic/src/udebug/udebug_ipc.c |
|
- | 299 | endif |
|
- | 300 | ||
286 | ## Test sources |
301 | ## Test sources |
287 | # |
302 | # |
288 | 303 | ||
289 | ifeq ($(CONFIG_TEST),y) |
304 | ifeq ($(CONFIG_TEST),y) |
290 | DEFS += -DCONFIG_TEST |
305 | DEFS += -DCONFIG_TEST |