mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-24 14:33:42 +00:00
9 lines
199 B
Makefile
9 lines
199 B
Makefile
![]() |
#
|
||
|
# Makefile for all Linux ACPI interpreter subdirectories
|
||
|
#
|
||
|
|
||
|
obj-y := tbconvrt.o tbget.o tbrsdt.o tbxface.o \
|
||
|
tbgetall.o tbinstal.o tbutils.o tbxfroot.o
|
||
|
|
||
|
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|