From b0a0d7c05dde1476b249aa8d6d36de0189e9eeab Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Wed, 22 Mar 2017 10:14:39 +0100 Subject: add seed command Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- commands/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/Makefile') diff --git a/commands/Makefile b/commands/Makefile index 601f15fc38..ab59021562 100644 --- a/commands/Makefile +++ b/commands/Makefile @@ -120,3 +120,4 @@ obj-$(CONFIG_CMD_DHRYSTONE) += dhrystone.o obj-$(CONFIG_CMD_SPD_DECODE) += spd_decode.o obj-$(CONFIG_CMD_MMC_EXTCSD) += mmc_extcsd.o obj-$(CONFIG_CMD_NAND_BITFLIP) += nand-bitflip.o +obj-$(CONFIG_CMD_SEED) += seed.o -- cgit v1.2.3