You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
223 B
10 lines
223 B
20 years ago
|
#
|
||
|
# Makefile for all Linux ACPI interpreter subdirectories
|
||
|
#
|
||
|
|
||
|
obj-y := evevent.o evregion.o evsci.o evxfevnt.o \
|
||
|
evmisc.o evrgnini.o evxface.o evxfregn.o \
|
||
|
evgpe.o evgpeblk.o
|
||
|
|
||
|
EXTRA_CFLAGS += $(ACPI_CFLAGS)
|