import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / drivers / acpi / events / Makefile
1 #
2 # Makefile for all Linux ACPI interpreter subdirectories
3 #
4
5 O_TARGET := $(notdir $(CURDIR)).o
6
7 obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c))
8
9 EXTRA_CFLAGS += $(ACPI_CFLAGS)
10
11 include $(TOPDIR)/Rules.make