From: Andy P. <at...@us...> - 2002-04-09 15:14:04
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/acpi/ospm In directory usw-pr-cvs1:/tmp/cvs-serv13840/acpi/ospm Added Files: Makefile Log Message: synch 2.4.15 commit 17 --- NEW FILE --- # # Makefile for the Linux OSPM code. # O_TARGET := $(notdir $(CURDIR)).o ACPI_CFLAGS += -I$(CURDIR)/include EXTRA_CFLAGS += $(ACPI_CFLAGS) subdir-$(CONFIG_ACPI_BUSMGR) += busmgr subdir-$(CONFIG_ACPI_EC) += ec subdir-$(CONFIG_ACPI_SYS) += system subdir-$(CONFIG_ACPI_CPU) += processor subdir-$(CONFIG_ACPI_CMBATT) += battery subdir-$(CONFIG_ACPI_AC) += ac_adapter subdir-$(CONFIG_ACPI_BUTTON) += button subdir-$(CONFIG_ACPI_THERMAL) += thermal obj-y += $(foreach dir,$(subdir-y),$(dir)/ospm_$(dir).o) include $(TOPDIR)/Rules.make |