mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 11:21:37 +07: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)
|