blob: 939c447dd52a9d8f4f8842d481f67e98c99f9c40 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for all Linux ACPI interpreter subdirectories
3#
4
5obj-y := utalloc.o utdebug.o uteval.o utinit.o utmisc.o utxface.o \
6 utcopy.o utdelete.o utglobal.o utmath.o utobject.o
7
8EXTRA_CFLAGS += $(ACPI_CFLAGS)