Index: .gitignore
===================================================================
--- .gitignore	(revision e503cea912204d23b083b0b929c32c8e1376043c)
+++ .gitignore	(revision 92fff0c54071b5013d1ec8cdad05d23e05e0ff7d)
@@ -1,42 +1,6 @@
-*.a
-*.d
-*.deflate
-*.disasm
-*.map
-*.o
-*.prev
-*.pyc
-/Makefile.common
-/Makefile.config
-/config.h
-/cscope.out
-/hdisk.img
-/image.boot
-/image.iso
-/uImage.bin
 /build
-autotool/
-boot/arch/arm32/_link.ld
-boot/arch/arm64/_link.ld
-boot/arch/ia64/_link.ld
-boot/arch/mips32/_link.ld
-boot/arch/ppc32/_link.ld
-boot/arch/sparc64/_link.ld
-boot/components.h
-boot/components.o.new
-boot/components.s
-boot/components.tar
-boot/components.zip
-boot/components_desc.c
-boot/distroot/
-boot/image.bin
-boot/image.boot
-boot/image.raw
-boot/initrd.img
-boot/initrd.img.gz
-doxygen/doxygen.cfg
-doxygen/doxygen.cfg.gen
-doxygen/html/
-doxygen/latex/
+/doxygen/html
+/doxygen/latex
+/tools/*.pyc
 tags
 tools/sycek/
Index: Makefile
===================================================================
--- Makefile	(revision e503cea912204d23b083b0b929c32c8e1376043c)
+++ Makefile	(revision 92fff0c54071b5013d1ec8cdad05d23e05e0ff7d)
@@ -157,5 +157,4 @@
 
 clean:
-	$(MAKE) -r -C doxygen clean
 	$(MAKE) -r -C tools/xcw/demo clean
 
Index: meson.build
===================================================================
--- meson.build	(revision e503cea912204d23b083b0b929c32c8e1376043c)
+++ meson.build	(revision 92fff0c54071b5013d1ec8cdad05d23e05e0ff7d)
@@ -12,5 +12,8 @@
 )
 
-subdir('doxygen')
+if not meson.is_cross_build()
+	subdir('doxygen')
+	subdir_done()
+endif
 
 cc = meson.get_compiler('c')
