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>
Fri, 26 Nov 2010 07:07:28 +0000 (15:07 +0800)
commit2c61ce4d481d1eec863990d5ce095a349966a09c
treedc377cafb7ba10d83d450e52f298459cb5173e14
parent446594bfbb260be831d17c976af2e70fd61f7468
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