diff mbox series

[1/2] handlers: sort the list of modules in Makefile

Message ID 20191014080707.12778-1-sbabic@denx.de
State Accepted
Headers show
Series [1/2] handlers: sort the list of modules in Makefile | expand

Commit Message

Stefano Babic Oct. 14, 2019, 8:07 a.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 handlers/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/handlers/Makefile b/handlers/Makefile
index 1de2ca3..10bd8a4 100644
--- a/handlers/Makefile
+++ b/handlers/Makefile
@@ -14,9 +14,9 @@  obj-$(CONFIG_CFI)	+= flash_handler.o
 obj-$(CONFIG_CFIHAMMING1)+= flash_hamming1_handler.o
 obj-$(CONFIG_LUASCRIPTHANDLER) += lua_scripthandler.o
 obj-$(CONFIG_RAW)	+= raw_handler.o
+obj-$(CONFIG_RDIFFHANDLER) += rdiff_handler.o
 obj-$(CONFIG_REMOTE_HANDLER) += remote_handler.o
 obj-$(CONFIG_SHELLSCRIPTHANDLER) += shell_scripthandler.o
 obj-$(CONFIG_SWUFORWARDER_HANDLER) += swuforward_handler.o swuforward-ws.o
 obj-$(CONFIG_UBIVOL)	+= ubivol_handler.o
 obj-$(CONFIG_UCFWHANDLER)	+= ucfw_handler.o
-obj-$(CONFIG_RDIFFHANDLER) += rdiff_handler.o