aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/tables/Makefile
blob: aa4c69594d97f423767f3bb50dbbc98a3ff677f7 (plain) (blame)
1
2
3
4
5
6
7
8
#
# 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)