Re: [Q]Adding src files to 2.6.18 kernel and build failure query

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Monday, September 10, 2007 - 11:19 pm

On Tue, Sep 11, 2007 at 11:17:48AM +0530, pradeep singh rautela wrote:

You where hit by a problem in the top-level .gitignore.
See commit: eaf729c8a8bfc9c7a5ff5659e3b2584bf2ef22e1

Use: git show eaf729c8a8bfc9c7a5ff5659e3b2584bf2ef22e1

This commit is most likely not in your tree.
It just do:
diff --git a/.gitignore b/.gitignore
index 8d15830..a232295 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@
 tags
 TAGS
 vmlinux*
+!vmlinux.lds.S
 System.map
 Module.symvers


	Sam
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[Q]Adding src files to 2.6.18 kernel and build failure query, pradeep singh rautela, (Mon Sep 10, 9:05 am)
Re: [Q]Adding src files to 2.6.18 kernel and build failure ..., pradeep singh rautela, (Mon Sep 10, 10:47 pm)
Re: [Q]Adding src files to 2.6.18 kernel and build failure ..., Sam Ravnborg, (Mon Sep 10, 11:19 pm)
Re: [Q]Adding src files to 2.6.18 kernel and build failure ..., pradeep singh rautela, (Mon Sep 10, 11:23 pm)