patch-2.3.14 linux/drivers/misc/Makefile
Next file: linux/drivers/misc/piix4_acpi.c
Previous file: linux/drivers/misc/Config.in
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Mon Aug 9 14:12:48 1999
- Orig file:
v2.3.13/linux/drivers/misc/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.13/linux/drivers/misc/Makefile linux/drivers/misc/Makefile
@@ -0,0 +1,27 @@
+#
+# Makefile for misc devices that really don't fit anywhere else.
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definitions are now inherited from the
+# parent makes..
+#
+
+SUB_DIRS :=
+MOD_SUB_DIRS := $(SUB_DIRS)
+ALL_SUB_DIRS := $(SUB_DIRS)
+
+O_TARGET := misc.o
+M_OBJS :=
+O_OBJS :=
+OX_OBJS :=
+
+ifdef CONFIG_PIIX4_ACPI
+O_OBJS += piix4_acpi.o
+endif
+
+include $(TOPDIR)/Rules.make
+
+fastdep:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)