https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a677c0a4d3b0cd7dc5cd25fa891907f42904fb30 authored by Jason Self on 02 July 2009, 23:33:47 UTC
Linux-libre 2.6.27.26-gnu1
Tip revision: a677c0a
Makefile
#
# 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)
back to top