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