X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fsandbox%2Flib%2FMakefile;h=2e7802feac8a99b7dfcee72a267b5e77c0808bc0;hb=33034a77a5c592bdf0fdf7b61c1d04e34b2d204f;hp=7820c55c8554fce2f94c6af214d8a2cb921cbf20;hpb=a7d9caecd770684e6e189dfa24240145ba29379e;p=u-boot diff --git a/arch/sandbox/lib/Makefile b/arch/sandbox/lib/Makefile index 7820c55c85..2e7802feac 100644 --- a/arch/sandbox/lib/Makefile +++ b/arch/sandbox/lib/Makefile @@ -12,3 +12,4 @@ ifndef CONFIG_SPL_BUILD obj-$(CONFIG_PCI) += pci_io.o endif obj-$(CONFIG_CMD_BOOTM) += bootm.o +obj-$(CONFIG_CMD_BOOTZ) += bootm.o