blob: 238fbe513b82bdc33d7c926b66287cf64891e452 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for all Linux ACPI interpreter subdirectories
#
obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o hwxface.o
obj-$(ACPI_FUTURE_USAGE) += hwtimer.o
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|