source:
mainline/genarch/Makefile.inc@
cabc62d
Last change on this file since cabc62d was 169c408, checked in by , 20 years ago | |
---|---|
|
|
File size: 488 bytes |
Rev | Line | |
---|---|---|
[807d2d4] | 1 | # |
[34d9ab28] | 2 | # Open Firmware |
[807d2d4] | 3 | # |
[34d9ab28] | 4 | OFW=no |
5 | ||
6 | ifeq ($(ARCH),ppc32) | |
7 | OFW=yes | |
8 | endif | |
9 | ||
10 | ifeq ($(ARCH),sparc64) | |
11 | OFW=yes | |
12 | endif | |
13 | ||
[807d2d4] | 14 | # |
15 | # Advanced Configuration and Power Interface (ACPI) | |
16 | # | |
17 | ACPI=no | |
18 | ||
19 | ifeq ($(ARCH),ia32) | |
20 | ACPI=yes | |
21 | endif | |
22 | ||
23 | ifeq ($(ARCH),amd64) | |
24 | ACPI=yes | |
25 | endif | |
26 | ||
27 | ifeq ($(ARCH),ia64) | |
28 | #ACPI=yes | |
29 | endif | |
30 | ||
31 | ||
[34d9ab28] | 32 | ifeq ($(OFW),yes) |
[169c408] | 33 | genarch_sources+=generic/src/genarch/firmware/ofw/ofw.c |
[34d9ab28] | 34 | endif |
[807d2d4] | 35 | |
36 | ifeq ($(ACPI),yes) | |
[169c408] | 37 | genarch_sources+=generic/src/genarch/firmware/acpi/acpi.c \ |
38 | generic/src/genarch/firmware/acpi/madt.c | |
[807d2d4] | 39 | endif |
Note:
See TracBrowser
for help on using the repository browser.