-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbuild: use Linux Kernel build scripts
Now we are ready to switch over to real Kbuild. This commit disables temporary scripts: scripts/{Makefile.build.tmp, Makefile.host.tmp} and enables real Kbuild scripts: scripts/{Makefile.build,Makefile.host,Makefile.lib}. This switch is triggered by the line in scripts/Kbuild.include -build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build.tmp obj +build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj We need to adjust some build scripts for U-Boot. But smaller amount of modification is preferable. Additionally, we need to fix compiler flags which are locally added or removed. In Kbuild, it is not allowed to change CFLAGS locally. Instead, ccflags-y, asflags-y, cppflags-y, CFLAGS_$(basetarget).o, CFLAGS_REMOVE_$(basetarget).o are prepared for that purpose. Signed-off-by: Masahiro Yamada <[email protected]> Tested-by: Gerhard Sittig <[email protected]>
- v2021.04-rc2
- v2021.04-rc1
- v2021.01
- v2021.01-rc5
- v2021.01-rc4
- v2021.01-rc3
- v2021.01-rc2
- v2021.01-rc1
- v2020.10
- v2020.10-rc5
- v2020.10-rc4
- v2020.10-rc3
- v2020.10-rc2
- v2020.10-rc1
- v2020.07
- v2020.07-rc5
- v2020.07-rc4
- v2020.07-rc3
- v2020.07-rc2
- v2020.07-rc1
- v2020.04
- v2020.04-rc5
- v2020.04-rc4
- v2020.04-rc3
- v2020.04-rc2
- v2020.04-rc1
- v2020.01
- v2020.01-rc5
- v2020.01-rc4
- v2020.01-rc3
- v2020.01-rc2
- v2020.01-rc1
- v2019.10
- v2019.10-rc4
- v2019.10-rc3
- v2019.10-rc2
- v2019.10-rc1
- v2019.07
- v2019.07-rc4
- v2019.07-rc3
- v2019.07-rc2
- v2019.07-rc1
- v2019.04
- v2019.04-rc4
- v2019.04-rc3
- v2019.04-rc2
- v2019.04-rc1
- v2019.01
- v2019.01-rc3
- v2019.01-rc2
- v2019.01-rc1
- v2018.11
- v2018.11-rc3
- v2018.11-rc2
- v2018.11-rc1
- v2018.09
- v2018.09-rc3
- v2018.09-rc2
- v2018.09-rc1
- v2018.07
- v2018.07-rc3
- v2018.07-rc2
- v2018.07-rc1
- v2018.05
- v2018.05-rc3
- v2018.05-rc2
- v2018.05-rc1
- v2018.03
- v2018.03-rc4
- v2018.03-rc3
- v2018.03-rc2
- v2018.03-rc1
- v2018.01
- v2018.01-rc3
- v2018.01-rc2
- v2018.01-rc1
- v2017.11
- v2017.11-rc4
- v2017.11-rc3
- v2017.11-rc2
- v2017.11-rc1
- v2017.09
- v2017.09-rc4
- v2017.09-rc3
- v2017.09-rc2
- v2017.09-rc1
- v2017.07
- v2017.07-rc3
- v2017.07-rc2
- v2017.07-rc1
- v2017.05
- v2017.05-rc3
- v2017.05-rc2
- v2017.05-rc1
- v2017.03
- v2017.03-rc3
- v2017.03-rc2
- v2017.03-rc1
- v2017.01
- v2017.01-rc3
- v2017.01-rc2
- v2017.01-rc1
- v2016.11
- v2016.11-rc3
- v2016.11-rc2
- v2016.11-rc1
- v2016.09.01
- v2016.09
- v2016.09-rc2
- v2016.09-rc1
- v2016.07
- v2016.07-rc3
- v2016.07-rc2
- v2016.07-rc1
- v2016.05
- v2016.05-rc3
- v2016.05-rc2
- v2016.05-rc1
- v2016.03
- v2016.03-rc3
- v2016.03-rc2
- v2016.03-rc1
- v2016.01
- v2016.01-rc4
- v2016.01-rc3
- v2016.01-rc2
- v2016.01-rc1
- v2015.10
- v2015.10-rc5
- v2015.10-rc4
- v2015.10-rc3
- v2015.10-rc2
- v2015.10-rc1
- v2015.07
- v2015.07-rc3
- v2015.07-rc2
- v2015.07-rc1
- v2015.04
- v2015.04-rc5
- v2015.04-rc4
- v2015.04-rc3
- v2015.04-rc2
- v2015.04-rc1
- v2015.01
- v2015.01-rc4
- v2015.01-rc3
- v2015.01-rc2
- v2015.01-rc1
- v2014.10
- v2014.10-rc3
- v2014.10-rc2
- v2014.10-rc1
- v2014.07
- v2014.07-rc4
- v2014.07-rc3
- v2014.07-rc2
- v2014.07-rc1
- v2014.04
- v2014.04-rc3
- v2014.04-rc2
- v2014.04-rc1
Showing
77 changed files
with
526 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.