Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for all Linux ACPI interpreter subdirectories | ||||
3 | # | ||||
4 | |||||
5 | obj-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 | |||||
8 | EXTRA_CFLAGS += $(ACPI_CFLAGS) |