mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-27 10:01:16 +00:00
10 lines
181 B
Makefile
10 lines
181 B
Makefile
|
|
#
|
||
|
|
# Makefile for all Linux ACPI interpreter subdirectories
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o
|
||
|
|
|
||
|
|
obj-$(ACPI_FUTURE_USAGE) += hwtimer.o
|
||
|
|
|
||
|
|
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|