diff options
author | Tom Rini <trini@konsulko.com> | 2024-03-13 18:47:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-13 18:47:16 -0400 |
commit | 3987e15e88a1d6a9a211b7637728fcc0acf74fbe (patch) | |
tree | 5259b77db728b368c4900579c2d44337ae6de9e7 /scripts | |
parent | 213ffd49bdbd30512661eaf47b7445ef8a81bcdb (diff) | |
parent | 969ea37dfd04e2800828fe2a26cd354d22569d18 (diff) |
Merge branch '2024-04-13-assorted-fixes' into next
- Fix bootm_low handling, CONFIG_64BIT usage fixes, RNG fixes, cli
history fixes, allow bootelf to pass a device tree address, other
assorted fixes.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 5ce5845e824..079add4d5da 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -93,7 +93,7 @@ endif endif %_defconfig: $(obj)/conf - $(Q)$(CPP) -nostdinc -I $(srctree) -undef -x assembler-with-cpp $(srctree)/arch/$(SRCARCH)/configs/$@ -o generated_defconfig + $(Q)$(CPP) -nostdinc -P -I $(srctree) -undef -x assembler-with-cpp $(srctree)/arch/$(SRCARCH)/configs/$@ -o generated_defconfig $(Q)$< $(silent) --defconfig=generated_defconfig $(Kconfig) # Added for U-Boot (backward compatibility) |