9 lines
230 B
Makefile
9 lines
230 B
Makefile
|
#
|
||
|
# 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
|
||
|
|
||
|
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|