Linux 2.4.0-test9pre1
[davej-history.git] / drivers / acpi / hardware / Makefile
blobedd89713320bbf7177a46838fb379b30259e39fb
2 # Makefile for all Linux ACPI interpreter subdirectories
5 SUB_DIRS :=
6 MOD_SUB_DIRS := $(SUB_DIRS)
7 MOD_IN_SUB_DIRS :=
8 ALL_SUB_DIRS := $(SUB_DIRS)
10 O_TARGET := ../$(shell basename `pwd`).o
11 O_OBJS :=
12 M_OBJS :=
14 ACPI_OBJS := $(patsubst %.c,%.o,$(wildcard *.c))
16 EXTRA_CFLAGS += -I../include
18 EXTRA_CFLAGS += $(ACPI_CFLAGS)
20 # if the interpreter is used, it overrides arch/i386/kernel/acpi.c
21 ifeq ($(CONFIG_ACPI_INTERPRETER),y)
22 O_OBJS := $(ACPI_OBJS)
23 endif
25 include $(TOPDIR)/Rules.make
27 clean:
28 $(RM) *.o