Messages in this thread Patch in this message |  | | | Date | Tue, 5 Aug 2008 00:26:35 -0600 | | From | jmerkey@wolfmoun ... | | 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 (jmerkey@wolfmountaingroup.com)
--- 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
+
+
|  |