projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72384ff
)
cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y
author
Ismael Luceno Cortes
<ismael.luceno@silicon-gears.com>
Mon, 18 Feb 2019 09:17:04 +0000
(09:17 +0000)
committer
Tom Rini
<trini@konsulko.com>
Tue, 19 Feb 2019 21:58:24 +0000
(16:58 -0500)
Signed-off-by: Ismael Luceno <ismael.luceno@silicon-gears.com>
cmd/Makefile
patch
|
blob
|
history
diff --git
a/cmd/Makefile
b/cmd/Makefile
index
15ae4d2
..
a127a99
100644
(file)
--- 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