2         $(MAKE) -C kinect_upload_fw 
 
   5         $(MAKE) -C kinect_upload_fw install
 
   6         install -d $(DESTDIR)/lib/udev/rules.d
 
   7         install -m 644 contrib/55-kinect_audio.rules.in $(DESTDIR)/lib/udev/rules.d/55-kinect_audio.rules
 
   9         # We prepare the firmware location, but the firmware binary should be
 
  10         # downloaded at package installation time
 
  11         install -d $(DESTDIR)/lib/firmware/kinect
 
  14         $(MAKE) -C kinect_upload_fw clean
 
  17         git log --pretty="format:%ai  %aN  <%aE>%n%n%x09* %s%d%n" > ChangeLog