diff options
| author | Mark Santcroos <marks@FreeBSD.org> | 2005-05-09 07:26:16 +0000 |
|---|---|---|
| committer | Mark Santcroos <marks@FreeBSD.org> | 2005-05-09 07:26:16 +0000 |
| commit | 95be34abba8b73a8c511aea123bb209175dbb153 (patch) | |
| tree | 2d360f06c09762df1459502b3c669961c45a8be6 /sys/modules/acpi | |
| parent | b416ebde05a80d976fbc7045731de5942d71af1e (diff) | |
Notes
Diffstat (limited to 'sys/modules/acpi')
| -rw-r--r-- | sys/modules/acpi/acpi/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/acpi/acpi/Makefile b/sys/modules/acpi/acpi/Makefile index 12e1623872ae..d4b84e72b59d 100644 --- a/sys/modules/acpi/acpi/Makefile +++ b/sys/modules/acpi/acpi/Makefile @@ -52,6 +52,11 @@ SRCS+= opt_acpi.h opt_bus.h opt_ddb.h SRCS+= acpi_if.h acpi_quirks.h bus_if.h cpufreq_if.h device_if.h SRCS+= isa_if.h pci_if.h pcib_if.h +# XXX ACPI should not depend on the following headers but this is currently +# needed for the build of assym.s. +# This obviously needs a better and more structural fix. +SRCS+= opt_kstack_pages.h opt_nfs.h opt_apic.h opt_compat.h + # Debugging support DBSRC= dbcmds.c dbdisply.c dbexec.c dbfileio.c dbhistry.c DBSRC+= dbinput.c dbstats.c dbutils.c dbxface.c |
