summaryrefslogtreecommitdiff
path: root/drivers/acpi/utilities/Makefile
blob: 66a71a54cb0d56b50fda397e0c32c4ce0bc80b01 (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile for all Linux ACPI interpreter subdirectories
#

obj-y := utalloc.o utdebug.o uteval.o utinit.o utmisc.o utxface.o \
		utcopy.o utdelete.o utglobal.o utmath.o utobject.o \
		utstate.o utmutex.o utobject.o utresrc.o

EXTRA_CFLAGS += $(ACPI_CFLAGS)