brute-forced more changes from MontaVista's tree. SCSI partition table read still...
[linux-2.4.git] / drivers / acpi / parser / 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