]> git.karo-electronics.de Git - karo-tx-linux.git/commit
genksyms: fix metag symbol prefix on crc symbols
authorJames Hogan <james.hogan@imgtec.com>
Mon, 11 Feb 2013 15:40:24 +0000 (15:40 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 15 Feb 2013 09:28:48 +0000 (09:28 +0000)
commit6c703a621e26bed8d350b1741af153f9d344e340
tree83838dba649331f294097bc7b17d9479eafb506f
parent031fbed8537bef8b9bdcdcd80ce279145501b413
genksyms: fix metag symbol prefix on crc symbols

Meta uses symbol prefixes, so add "metag" to the list of architectures
to set the mod_prefix to "_" for. This fixes __crc_* symbols to add the
extra underscore to match _CRC_SYMBOL macro in <linux/export.h> and so
that modpost finds them.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
scripts/genksyms/genksyms.c