summaryrefslogtreecommitdiff
path: root/net/can/Makefile
diff options
context:
space:
mode:
authorNicolai Stange <nicstange@gmail.com>2015-06-17 01:05:02 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-06-21 16:53:01 (GMT)
commit7b48f45797be7c4bdbb772de80efe6bdcd78e81d (patch)
tree99cad673ac4bdcf6f538ccb4c25fcc00221f44bb /net/can/Makefile
parent2c51a97f76d20ebf1f50fef908b986cb051fdff9 (diff)
downloadlinux-7b48f45797be7c4bdbb772de80efe6bdcd78e81d.tar.xz
isdn: disable HiSax NetJet driver on microblaze arch
Fix an allmodconfig compilation failer on microblaze due to big endian architectures being apparently unsupported by the NetJet code: drivers/isdn/hisax/nj_s.c: In function 'setup_netjet_s': drivers/isdn/hisax/nj_s.c:265:2: error: #error "not running on big endian machines now" Modify the relevant Kconfig such that the NetJet code is not built on microblaze anymore. Note that endianess on microblaze is not determined through Kconfig, but by means of a compiler provided CPP macro, namely __MICROBLAZEEL__. However, gcc defaults to big endianess on that platform. Signed-off-by: Nicolai Stange <nicstange@gmail.com> Acked-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/can/Makefile')
0 files changed, 0 insertions, 0 deletions