Makefile (7cbe010a5ea728d7c4440b11a1a3997faca0e46d) Makefile (ffdcd955c3078af3ce117edcfce80fde1a512bed)
1#
2# Makefile for the Linux ACPI interpreter
3#
4
5ccflags-y := -Os
6ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT
7
8#

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

42acpi-y += pci_root.o pci_link.o pci_irq.o
43acpi-y += acpi_lpss.o
44acpi-y += acpi_platform.o
45acpi-y += acpi_pnp.o
46acpi-y += int340x_thermal.o
47acpi-y += power.o
48acpi-y += event.o
49acpi-y += sysfs.o
1#
2# Makefile for the Linux ACPI interpreter
3#
4
5ccflags-y := -Os
6ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT
7
8#

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

42acpi-y += pci_root.o pci_link.o pci_irq.o
43acpi-y += acpi_lpss.o
44acpi-y += acpi_platform.o
45acpi-y += acpi_pnp.o
46acpi-y += int340x_thermal.o
47acpi-y += power.o
48acpi-y += event.o
49acpi-y += sysfs.o
50acpi-y += property.o
50acpi-$(CONFIG_X86) += acpi_cmos_rtc.o
51acpi-$(CONFIG_DEBUG_FS) += debugfs.o
52acpi-$(CONFIG_ACPI_NUMA) += numa.o
53acpi-$(CONFIG_ACPI_PROCFS_POWER) += cm_sbs.o
54ifdef CONFIG_ACPI_VIDEO
55acpi-y += video_detect.o
56endif
57

--- 32 unchanged lines hidden ---
51acpi-$(CONFIG_X86) += acpi_cmos_rtc.o
52acpi-$(CONFIG_DEBUG_FS) += debugfs.o
53acpi-$(CONFIG_ACPI_NUMA) += numa.o
54acpi-$(CONFIG_ACPI_PROCFS_POWER) += cm_sbs.o
55ifdef CONFIG_ACPI_VIDEO
56acpi-y += video_detect.o
57endif
58

--- 32 unchanged lines hidden ---