1#
2# Makefile for all Linux ACPI interpreter subdirectories
3# EXCEPT for the ospm directory
4#
5
6O_TARGET := $(notdir $(CURDIR)).o
7
8obj-$(CONFIG_ACPI) := $(patsubst %.c,%.o,$(wildcard *.c))
9
10EXTRA_CFLAGS += $(ACPI_CFLAGS)
11
12include $(TOPDIR)/Rules.make
13