* [U-Boot] [PATCH] cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y
@ 2019-02-18 9:17 Ismael Luceno Cortes
2019-02-20 2:00 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Ismael Luceno Cortes @ 2019-02-18 9:17 UTC (permalink / raw)
To: u-boot
Signed-off-by: Ismael Luceno <ismael.luceno@silicon-gears.com>
---
cmd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Makefile b/cmd/Makefile
index 15ae4d250f..a127a99539 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -104,7 +104,7 @@ obj-$(CONFIG_CMD_PART) += part.o
ifdef CONFIG_PCI
obj-$(CONFIG_CMD_PCI) += pci.o
endif
-obj-y += pcmcia.o
+obj-$(CONFIG_CMD_PCMCIA) += pcmcia.o
obj-$(CONFIG_CMD_PINMUX) += pinmux.o
obj-$(CONFIG_CMD_PXE) += pxe.o
obj-$(CONFIG_CMD_WOL) += wol.o
--
2.19.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y
2019-02-18 9:17 [U-Boot] [PATCH] cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y Ismael Luceno Cortes
@ 2019-02-20 2:00 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-02-20 2:00 UTC (permalink / raw)
To: u-boot
On Mon, Feb 18, 2019 at 09:17:04AM +0000, Ismael Luceno Cortes wrote:
> Signed-off-by: Ismael Luceno <ismael.luceno@silicon-gears.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190219/9d1ca65e/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-20 2:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18 9:17 [U-Boot] [PATCH] cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y Ismael Luceno Cortes
2019-02-20 2:00 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox