# fss-0002

main:
  ./configure $CONF --with-hotplug-dir=/firmware/ $TARGET
  make
  make install
  chgrp -R d_module /share/alsa/firmware/
  find /share/alsa/firmware/ -type d -exec chmod g+s '{}' ';'
