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 prare the firmware location, but it should be downloaded at
10 # package installation time
11 install -d $(DESTDIR)/lib/firmware/kinect
14 make -C kinect_upload_fw clean