commit | b381a14288e6e06084206601ee252f8c357e796f | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Wed Oct 17 21:16:33 2007 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Oct 17 21:19:23 2007 +0200 |
tree | 69f5bb7a15c1ba23951a2c0fccfa2db585cf499b | |
parent | 9e447a7f1fd997bcb9266899e777c37469245365 [diff] |
x86: fix kernel rebuild due to vsyscall fallout Fix rebuild of kernel when there is no changes. This happened for i386. Using make V=2 hinted that the output files were not assigned to targets - fixed by this patch. Reported by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>