mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-06 17:43:43 +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)
|