This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9d664c0aec
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 06:26:47 +00:00
obj-$(CONFIG_MTD_PARSER_TRX)
+=
parser_trx.o
Reference in New Issue
Copy Permalink