kinect_upload_fw: fix generating endian.h before compiling kinect_upload_fw
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 13 Oct 2011 21:35:10 +0000 (23:35 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 14 Oct 2011 07:19:02 +0000 (09:19 +0200)
commit061cb6698d0c1d1685be6451393b5530cc1f7f43
treed6e68bd5e6113486480cb5fb9c34a8fb93aafc2e
parentbb49f29ff2b3beb4e773a3705131d7fc72724870
kinect_upload_fw: fix generating endian.h before compiling kinect_upload_fw

Generate endian.h before compiling kinect_upload_fw, this is how it
should have been done from the start.

Until now the system-wide endian.h was being picked up instead, making
the whole compile-time-endian-detection mechanism useless; now we are
actually using it.
kinect_upload_fw/Makefile