From 32bb4ca56b1b01006fcb7058049038fbb8dc10cf Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Wed, 6 Jun 2018 09:59:10 +0200 Subject: filetype: add ELF type Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- include/filetype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/filetype.h') diff --git a/include/filetype.h b/include/filetype.h index 9986938ddb..3b930bf946 100644 --- a/include/filetype.h +++ b/include/filetype.h @@ -41,6 +41,7 @@ enum filetype { filetype_kwbimage_v1, filetype_android_sparse, filetype_arm64_linux_image, + filetype_elf, filetype_max, }; -- cgit v1.2.3