diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2009-02-12 14:44:15 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2009-02-12 14:44:15 +0000 |
commit | 822875df79f79fc559eb87bf2366d5ee52e8960b (patch) | |
tree | 7824f30f331a0150eea6c367e2dd69051711c964 /sys/modules/acpi | |
parent | f692f38dd2374188b2fc8a3be8adea0c95de0fe6 (diff) | |
download | FreeBSD-src-822875df79f79fc559eb87bf2366d5ee52e8960b.zip FreeBSD-src-822875df79f79fc559eb87bf2366d5ee52e8960b.tar.gz |
Fix a few problems related to building modules in /sys/modules (not
checked whether this applies to builds in /sys/*/compile/* as well):
- Create empty opt_*.h files were missing
- Hook up svr4 to the build. It compiles fine here, so no reason to
disconnect it in the Makefile. were missing
- Hook up svr4 to the build. It compiles fine here, so no reason to
disconnect it in the Makefile.
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r-- | sys/modules/acpi/acpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/acpi/acpi/Makefile b/sys/modules/acpi/acpi/Makefile index 31c57dc..e6463e4 100644 --- a/sys/modules/acpi/acpi/Makefile +++ b/sys/modules/acpi/acpi/Makefile @@ -58,7 +58,7 @@ SRCS+= cpufreq_if.h device_if.h 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 +SRCS+= opt_kstack_pages.h opt_nfs.h opt_apic.h opt_compat.h opt_hwpmc_hooks.h # Debugging support DBSRC= dbcmds.c dbdisply.c dbexec.c dbfileio.c dbhistry.c dbinput.c dbstats.c |