Import changeset
[linux-flexiantxendom0-3.2.10.git] / drivers / acpi / events / Makefile
1 #
2 # Makefile for all Linux ACPI interpreter subdirectories
3 #
4
5 O_TARGET := ../$(shell basename `pwd`).o
6
7 obj-$(CONFIG_ACPI) := $(patsubst %.c,%.o,$(wildcard *.c))
8
9 EXTRA_CFLAGS += -I../include
10
11 EXTRA_CFLAGS += $(ACPI_CFLAGS)
12
13 include $(TOPDIR)/Rules.make
14
15 clean:
16         $(RM) *.o