diff options
| author | Simon Glass <[email protected]> | 2023-02-01 13:19:25 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-07 14:33:48 -0500 |
| commit | f85a271cf3cd15644cf6d6d663c256664a6e52aa (patch) | |
| tree | ecfb701cbcd34d4aa00eb1fe950a25237a53a840 /cmd/Makefile | |
| parent | e158c948832a720d39f9e3c604505f5be224d147 (diff) | |
cmd: Drop mfsl command
This is not used anywhere. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index b03d68d5f9b..2399928e9e3 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -108,7 +108,6 @@ obj-$(CONFIG_ID_EEPROM) += mac.o obj-$(CONFIG_CMD_MD5SUM) += md5sum.o obj-$(CONFIG_CMD_MEMORY) += mem.o obj-$(CONFIG_CMD_IO) += io.o -obj-$(CONFIG_CMD_MFSL) += mfsl.o obj-$(CONFIG_CMD_MII) += mii.o obj-$(CONFIG_CMD_MISC) += misc.o obj-$(CONFIG_CMD_MDIO) += mdio.o |
