99352afe8f
This makes TRX parsing code reusable with other platforms and parsers. Please note this patch doesn't really change anything in the existing code, just moves it. There is still some place for improvement (e.g. working on non-hacky method of checking rootfs format) but it's not really a subject of this change. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
1 line
46 B
Makefile
1 line
46 B
Makefile
obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o
|