OSDN Git Service

kernel.mk: fix a dependency issue android-x86-1.6
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>
Mon, 9 Nov 2009 05:16:40 +0000 (13:16 +0800)
commitb5f6b4a9e6d3d4d13438d746cd53027b3399987d
tree0895033b15f6e2101ddf4dee272545a444704cce
parente3b9327d36017f3b227a9e62f4ce617f681e323d
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