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)
|