Makefile: Add static check for misuse of LITTLE_ENDIAN and BIG_ENDIAN.
authorBen Pfaff <blp@nicira.com>
Tue, 25 Nov 2014 17:00:26 +0000 (09:00 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Nov 2014 17:00:34 +0000 (09:00 -0800)
commit64746850d17146d34868e35991b6953a98056595
tree6e131e49af881e5dba6c084eb3d00ca6877582bc
parentf8cb1dbb2484d42a232060cdd7091455a8806adc
Makefile: Add static check for misuse of LITTLE_ENDIAN and BIG_ENDIAN.

I've pointed out two misuses of these macros in review in the last week,
by different authors.  It's time to make it difficult to screw this up.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
Makefile.am