linux: align endianess based on the Buildroot configuration
authorOfer Heifetz <oferh@marvell.com>
Thu, 19 May 2016 13:17:03 +0000 (16:17 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 11 Jun 2016 14:19:30 +0000 (16:19 +0200)
commit11dd7406c8b18ba83b4e8773c76ee10c96c824fb
treeedee1437b02e3425c632237913da22581e2e0c0c
parent1008ac4406a5544ec87985db880e68377031bca9
linux: align endianess based on the Buildroot configuration

The endianess of the Linux kernel should be based on BR2_ENDIAN, so that
it is automatically built for the right endianness.

Signed-off-by: Ofer Heifetz <oferh@marvell.com>
[Thomas: tweak commit message, add comment in .mk file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/linux.mk