OSDN Git Service

kernel.mk: fix a dependency issue
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 5 Nov 2009 08:49:33 +0000 (16:49 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 14 Apr 2010 08:16:54 +0000 (16:16 +0800)
commitbbf517c1c97a219cd3b0500e0124cc72a2672c80
tree52282cda1088bb5b12afa42cdbcb441eaf5c47a4
parentb8dd177a0729d668d5e125dd61e3fbf9ebdb2485
kernel.mk: fix a dependency issue

If the config update only affects modules, the kernel image will not
be updated, so the updated modules will not be installed to /system.
The fix let the final kernel image depends on the config directly.
core/kernel.mk