Rev 3425 | Rev 3433 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3425 | Rev 3431 | ||
---|---|---|---|
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 278... | Line 282... | ||
278 | generic/src/smp/smp.c \ |
282 | generic/src/smp/smp.c \ |
279 | generic/src/ipc/ipc.c \ |
283 | generic/src/ipc/ipc.c \ |
280 | generic/src/ipc/sysipc.c \ |
284 | generic/src/ipc/sysipc.c \ |
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/udebug/udebug.c \ |
- | |
284 | generic/src/udebug/udebug_ops.c \ |
- | |
285 | generic/src/udebug/udebug_ipc.c \ |
- | |
286 | generic/src/security/cap.c \ |
287 | generic/src/security/cap.c \ |
287 | generic/src/sysinfo/sysinfo.c |
288 | generic/src/sysinfo/sysinfo.c |
288 | 289 | ||
- | 290 | ## Udebug interface sources |
|
- | 291 | # |
|
- | 292 | ||
- | 293 | ifeq ($(CONFIG_UDEBUG),y) |
|
- | 294 | GENERIC_SOURCES += \ |
|
- | 295 | generic/src/udebug/udebug.c \ |
|
- | 296 | generic/src/udebug/udebug_ops.c \ |
|
- | 297 | generic/src/udebug/udebug_ipc.c |
|
- | 298 | endif |
|
- | 299 | ||
289 | ## Test sources |
300 | ## Test sources |
290 | # |
301 | # |
291 | 302 | ||
292 | ifeq ($(CONFIG_TEST),y) |
303 | ifeq ($(CONFIG_TEST),y) |
293 | DEFS += -DCONFIG_TEST |
304 | DEFS += -DCONFIG_TEST |