linux-old/drivers/acpi/tables/Makefile
<<
>>
Prefs
   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
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.