This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
linux
Watch
6
Star
0
Fork
You've already forked linux
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7effa5b0e8
linux
/
drivers
/
mtd
/
parsers
/
Makefile
2 lines
46 B
Makefile
Raw
Normal View
History
Unescape
Escape
mtd: extract TRX parser out of bcm47xxpart into a separated module 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>
2017-06-21 08:26:47 +02:00
obj-$(CONFIG_MTD_PARSER_TRX)
+=
parser_trx.o