- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / drivers / acpi / namespace / Makefile
blob751ef5de8f1902c93309a10e6556b84e3b5e6d78
2 # Makefile for all Linux ACPI interpreter subdirectories
5 O_TARGET := ../$(shell basename `pwd`).o
7 obj-$(CONFIG_ACPI) := $(patsubst %.c,%.o,$(wildcard *.c))
9 EXTRA_CFLAGS += -I../include
11 EXTRA_CFLAGS += $(ACPI_CFLAGS)
13 include $(TOPDIR)/Rules.make
15 clean:
16 $(RM) *.o