3 In order to avoid a dependency on doxygen on the build machine, this
4 patch adjusts the main Makefile to not build and install the
7 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 ===================================================================
22 $(MAKE) -C utils clean
23 - $(MAKE) -C doxygen clean
28 cp -Ru include/tinyalsa $(DESTDIR)$(INCDIR)/
29 $(MAKE) -C src install
30 $(MAKE) -C utils install
31 - $(MAKE) -C doxygen install