mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 04:17:47 +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)
|