Deleted Added
full compact
Makefile (172313) Makefile (188516)
1# $FreeBSD: head/sys/modules/acpi/acpi/Makefile 172313 2007-09-24 16:59:06Z njl $
1# $FreeBSD: head/sys/modules/acpi/acpi/Makefile 188516 2009-02-12 14:44:15Z n_hibma $
2
3.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
4.error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms"
5.endif
6
7.if ${MACHINE} != "i386"
8.error "The ACPI module is only for i386"
9.endif

--- 43 unchanged lines hidden (view full) ---

53SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c OsdStream.c
54SRCS+= OsdSynch.c OsdTable.c OsdEnvironment.c
55SRCS+= opt_acpi.h opt_bus.h opt_ddb.h acpi_if.h acpi_quirks.h bus_if.h
56SRCS+= cpufreq_if.h device_if.h isa_if.h pci_if.h pcib_if.h
57
58# XXX ACPI should not depend on the following headers but this is currently
59# needed for the build of assym.s.
60# This obviously needs a better and more structural fix.
2
3.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
4.error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms"
5.endif
6
7.if ${MACHINE} != "i386"
8.error "The ACPI module is only for i386"
9.endif

--- 43 unchanged lines hidden (view full) ---

53SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c OsdStream.c
54SRCS+= OsdSynch.c OsdTable.c OsdEnvironment.c
55SRCS+= opt_acpi.h opt_bus.h opt_ddb.h acpi_if.h acpi_quirks.h bus_if.h
56SRCS+= cpufreq_if.h device_if.h isa_if.h pci_if.h pcib_if.h
57
58# XXX ACPI should not depend on the following headers but this is currently
59# needed for the build of assym.s.
60# This obviously needs a better and more structural fix.
61SRCS+= opt_kstack_pages.h opt_nfs.h opt_apic.h opt_compat.h
61SRCS+= opt_kstack_pages.h opt_nfs.h opt_apic.h opt_compat.h opt_hwpmc_hooks.h
62
63# Debugging support
64DBSRC= dbcmds.c dbdisply.c dbexec.c dbfileio.c dbhistry.c dbinput.c dbstats.c
65DBSRC+= dbutils.c dbxface.c
66DBSRC+= dmbuffer.c dmnames.c dmopcode.c dmobject.c dmresrc.c dmresrcl.c
67DBSRC+= dmresrcs.c dmutils.c dmwalk.c
68
69.if !defined(KERNBUILDDIR)

--- 32 unchanged lines hidden ---
62
63# Debugging support
64DBSRC= dbcmds.c dbdisply.c dbexec.c dbfileio.c dbhistry.c dbinput.c dbstats.c
65DBSRC+= dbutils.c dbxface.c
66DBSRC+= dmbuffer.c dmnames.c dmopcode.c dmobject.c dmresrc.c dmresrcl.c
67DBSRC+= dmresrcs.c dmutils.c dmwalk.c
68
69.if !defined(KERNBUILDDIR)

--- 32 unchanged lines hidden ---