Changeset 92fff0c in mainline
- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- 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)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
re503cea9 r92fff0c 1 *.a2 *.d3 *.deflate4 *.disasm5 *.map6 *.o7 *.prev8 *.pyc9 /Makefile.common10 /Makefile.config11 /config.h12 /cscope.out13 /hdisk.img14 /image.boot15 /image.iso16 /uImage.bin17 1 /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 41 5 tags 42 6 tools/sycek/ -
Makefile
re503cea9 r92fff0c 157 157 158 158 clean: 159 $(MAKE) -r -C doxygen clean160 159 $(MAKE) -r -C tools/xcw/demo clean 161 160 -
meson.build
re503cea9 r92fff0c 12 12 ) 13 13 14 subdir('doxygen') 14 if not meson.is_cross_build() 15 subdir('doxygen') 16 subdir_done() 17 endif 15 18 16 19 cc = meson.get_compiler('c')
Note:
See TracChangeset
for help on using the changeset viewer.