2008-08-05 06:47:56

by Jeffrey V. Merkey

[permalink] [raw]
Subject: [PATCH 2.6.27-rc1-git5 3/26] mdb: adding /debug Makefile

Centralized external definitions into include files and corrected
the file to conform to Linux coding practices. fixed word wrap
problems with patches. adding this Makefile

Signed-off-by: Jeffrey Vernon Merkey ([email protected])

--- a/debug/Makefile 1969-12-31 17:00:00.000000000 -0700
+++ b/debug/Makefile 2008-08-04 15:49:51.000000000 -0600
@@ -0,0 +1,4 @@
+#
+obj-y :=mdb.o mdb-base.o mdb-list.o mdb-logic.o mdb-os.o mdb-ia32.o mdb-ia32-support.o
+
+