| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-11 | xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild | Masahiro Yamada | 1 | -0/+1 | |
| Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <[email protected]> Message-Id: <[email protected]> Signed-off-by: Max Filippov <[email protected]> | |||||
| 2021-05-26 | kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild | Masahiro Yamada | 1 | -0/+1 | |
| arch/$(SRCARCH)/Kbuild is useful for Makefile cleanups because you can use the obj-y syntax. Add an empty file if it is missing in arch/$(SRCARCH)/. Signed-off-by: Masahiro Yamada <[email protected]> | |||||