patch-2.4.6 linux/drivers/acpi/ospm/battery/Makefile

Next file: linux/drivers/acpi/ospm/battery/bt.c
Previous file: linux/drivers/acpi/ospm/ac_adapter/ac_osl.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/drivers/acpi/ospm/battery/Makefile linux/drivers/acpi/ospm/battery/Makefile
@@ -0,0 +1,6 @@
+O_TARGET	:= ospm_$(notdir $(CURDIR)).o
+obj-m		:= $(O_TARGET)
+EXTRA_CFLAGS	+= $(ACPI_CFLAGS)
+obj-y		:= $(patsubst %.c,%.o,$(wildcard *.c))
+
+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)