diff options
| author | Tom Rini <[email protected]> | 2025-02-27 14:50:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-13 14:23:00 -0600 |
| commit | 6fd111bc4e84e039f1f59592693710703e991848 (patch) | |
| tree | 260968c6bf538a7f771ce84cd773947c11f270f1 /cmd | |
| parent | 096aa229a9e5909e40865454208a6a009dc0c02b (diff) | |
cmd: Drop last reference to CMD_REISERFS
While the code was removed in commit 3766a249a3c0 ("fs: drop reiserfs")
this reference in the Makefile was missed. Remove it now.
Fixes: 3766a249a3c0 ("fs: drop reiserfs")
Reviewed-by: Peter Robinson <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 8410be576bb..c1275d466c8 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -155,7 +155,6 @@ obj-$(CONFIG_CMD_QFW) += qfw.o obj-$(CONFIG_CMD_READ) += read.o obj-$(CONFIG_CMD_WRITE) += read.o obj-$(CONFIG_CMD_REGINFO) += reginfo.o -obj-$(CONFIG_CMD_REISER) += reiser.o obj-$(CONFIG_CMD_REMOTEPROC) += remoteproc.o obj-$(CONFIG_CMD_RNG) += rng.o obj-$(CONFIG_CMD_KASLRSEED) += kaslrseed.o |
