patch-2.4.22 linux-2.4.22/drivers/acpi/ospm/Makefile
Next file: linux-2.4.22/drivers/acpi/ospm/ac_adapter/Makefile
Previous file: linux-2.4.22/drivers/acpi/osl.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
1969-12-31 16:00:00.000000000 -0800
- Orig file:
linux-2.4.21/drivers/acpi/ospm/Makefile
- Orig date:
2001-06-20 17:47:40.000000000 -0700
diff -urN linux-2.4.21/drivers/acpi/ospm/Makefile linux-2.4.22/drivers/acpi/ospm/Makefile
@@ -1,22 +0,0 @@
-#
-# 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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)