diff options
| author | Tom Rini <[email protected]> | 2024-09-23 08:11:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-09-23 08:11:01 -0600 |
| commit | 0aea8264f668bdcb2f352e6facc8d1cebe873e0a (patch) | |
| tree | 774d612b2778f96d20996994183908743095cd21 /scripts/Kbuild.include | |
| parent | 90cc07fd786d1fca38001a6b5c37b090f13cde3b (diff) | |
| parent | 61bf0fa8663d85c5d4088a9f82c9244181f3adce (diff) | |
Merge tag 'xilinx-for-v2025.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
AMD/Xilinx changes for v2025.01-rc1
kbuild:
- Add rules for automatically applying DT overlays
Microblaze:
- Enable bootscript location via DT
AMD/Xilinx
- Enable SIMPLE_PM_BUS by default
ZynqMP:
- DT updates and alignments with dt-schema
- Call fdtoverlay via make directly
- Enable non-invasive CCI-400 PMU debug
- Disable secure access for boot devices
- Add new zynqmp reboot command
Versal NET:
- Cleanup spi_get_env_dev()
Kria:
- Add bootmenu support
sdhci:
- Do not call device_is_compatible everywhere
net:
- Remove is-internal-pcspma DT flag
Diffstat (limited to 'scripts/Kbuild.include')
| -rw-r--r-- | scripts/Kbuild.include | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 62e0207f91b..5daceb26061 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include @@ -32,6 +32,10 @@ baseprereq = $(basename $(notdir $<)) escsq = $(subst $(squote),'\$(squote)',$1) ### +# real prerequisites without phony targets +real-prereqs = $(filter-out $(PHONY), $^) + +### # Easy method for doing a status message kecho := : quiet_kecho := echo |
