summaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2023-09-30 14:01:42 +0200
committerTom Rini <[email protected]>2023-10-16 10:22:11 -0400
commit8780cd8211066d70b5a496dfe7320b2a09271c62 (patch)
tree2f0c065d3b8935a21f51ae559e05fb1ed1213746 /cmd/Makefile
parent3c3f1626919cd93cbe6c56e3849937de5be18dbb (diff)
cmd: move mac command
Board specific implementations of the 'mac' command differ concerning the supported sub-commands. Move the Freescale specific mac command definition to the board code. Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index 971f78a7fbd..83a4481cc9e 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -108,7 +108,6 @@ obj-$(CONFIG_CMD_LICENSE) += license.o
obj-y += load.o
obj-$(CONFIG_CMD_LOG) += log.o
obj-$(CONFIG_CMD_LSBLK) += lsblk.o
-obj-$(CONFIG_ID_EEPROM) += mac.o
obj-$(CONFIG_CMD_MD5SUM) += md5sum.o
obj-$(CONFIG_CMD_MEMORY) += mem.o
obj-$(CONFIG_CMD_IO) += io.o