import of ftp.dlink.com/GPL/DSMG-600_reB/ppclinux.tar.gz
[linux-2.4.21-pre4.git] / drivers / acpi / hardware / Makefile
1 #
2 # Makefile for all Linux ACPI interpreter subdirectories
3 # EXCEPT for the ospm directory
4 #
5
6 O_TARGET := $(notdir $(CURDIR)).o
7
8 obj-$(CONFIG_ACPI) := $(patsubst %.c,%.o,$(wildcard *.c))
9
10 EXTRA_CFLAGS += $(ACPI_CFLAGS)
11
12 include $(TOPDIR)/Rules.make