Changeset 92fff0c in mainline


Ignore:
Timestamp:
2019-08-17T12:49:43Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b42382
Parents:
e503cea9
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 14:50:41)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

wip

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    re503cea9 r92fff0c  
    1 *.a
    2 *.d
    3 *.deflate
    4 *.disasm
    5 *.map
    6 *.o
    7 *.prev
    8 *.pyc
    9 /Makefile.common
    10 /Makefile.config
    11 /config.h
    12 /cscope.out
    13 /hdisk.img
    14 /image.boot
    15 /image.iso
    16 /uImage.bin
    171/build
    18 autotool/
    19 boot/arch/arm32/_link.ld
    20 boot/arch/arm64/_link.ld
    21 boot/arch/ia64/_link.ld
    22 boot/arch/mips32/_link.ld
    23 boot/arch/ppc32/_link.ld
    24 boot/arch/sparc64/_link.ld
    25 boot/components.h
    26 boot/components.o.new
    27 boot/components.s
    28 boot/components.tar
    29 boot/components.zip
    30 boot/components_desc.c
    31 boot/distroot/
    32 boot/image.bin
    33 boot/image.boot
    34 boot/image.raw
    35 boot/initrd.img
    36 boot/initrd.img.gz
    37 doxygen/doxygen.cfg
    38 doxygen/doxygen.cfg.gen
    39 doxygen/html/
    40 doxygen/latex/
     2/doxygen/html
     3/doxygen/latex
     4/tools/*.pyc
    415tags
    426tools/sycek/
  • Makefile

    re503cea9 r92fff0c  
    157157
    158158clean:
    159         $(MAKE) -r -C doxygen clean
    160159        $(MAKE) -r -C tools/xcw/demo clean
    161160
  • meson.build

    re503cea9 r92fff0c  
    1212)
    1313
    14 subdir('doxygen')
     14if not meson.is_cross_build()
     15        subdir('doxygen')
     16        subdir_done()
     17endif
    1518
    1619cc = meson.get_compiler('c')
Note: See TracChangeset for help on using the changeset viewer.