Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-20 | kbuild: delete unnecessary "@:" | Masahiro Yamada | 1 | -1/+0 | |
Since commit 2aedcd098a94 ('kbuild: suppress annoying "... is up to date." message'), $(call if_changed,...) is evaluated to "@:" when there is nothing to do. We no longer need to add "@:" after $(call if_changed,...) to suppress "... is up to date." message. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.com> | |||||
2015-02-10 | nios2: Add support for compressed kernel | Ley Foon Tan | 1 | -0/+19 | |
Signed-off-by: Ley Foon Tan <lftan@altera.com> |