summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/events/Makefile
blob: 751ef5de8f1902c93309a10e6556b84e3b5e6d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile for all Linux ACPI interpreter subdirectories
#

O_TARGET := ../$(shell basename `pwd`).o

obj-$(CONFIG_ACPI) := $(patsubst %.c,%.o,$(wildcard *.c))

EXTRA_CFLAGS += -I../include

EXTRA_CFLAGS += $(ACPI_CFLAGS)

include $(TOPDIR)/Rules.make

clean:
	$(RM) *.o