Advertisement
Guest User

Untitled

a guest
Jan 30th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. root@qemumips:~# uname -a
  2. Linux qemumips 5.2.28-yocto-standard #1 SMP PREEMPT Mon Dec 30 02:57:53 UTC 2019 mips mips mips GNU/Linux
  3. root@qemumips:~# cd /usr/src/kernel
  4. root@qemumips:/usr/src/kernel# ls
  5. Documentation arch include net usr
  6. Kbuild block init samples virt
  7. Kconfig certs ipc scripts
  8. Makefile crypto kernel security
  9. Module.symvers drivers lib sound
  10. System.map-5.2.28-yocto-standard fs mm tools
  11. root@qemumips:/usr/src/kernel# make scripts prepare
  12. HOSTCC scripts/basic/fixdep
  13. HOSTCC scripts/kconfig/conf.o
  14. HOSTCC scripts/kconfig/confdata.o
  15. HOSTCC scripts/kconfig/expr.o
  16. LEX scripts/kconfig/lexer.lex.c
  17. YACC scripts/kconfig/parser.tab.h
  18. HOSTCC scripts/kconfig/lexer.lex.o
  19. YACC scripts/kconfig/parser.tab.c
  20. HOSTCC scripts/kconfig/parser.tab.o
  21. HOSTCC scripts/kconfig/preprocess.o
  22. HOSTCC scripts/kconfig/symbol.o
  23. HOSTLD scripts/kconfig/conf
  24. scripts/kconfig/conf --syncconfig Kconfig
  25. HOSTCC scripts/dtc/dtc.o
  26. HOSTCC scripts/dtc/flattree.o
  27. HOSTCC scripts/dtc/fstree.o
  28. HOSTCC scripts/dtc/data.o
  29. HOSTCC scripts/dtc/livetree.o
  30. HOSTCC scripts/dtc/treesource.o
  31. HOSTCC scripts/dtc/srcpos.o
  32. HOSTCC scripts/dtc/checks.o
  33. HOSTCC scripts/dtc/util.o
  34. LEX scripts/dtc/dtc-lexer.lex.c
  35. YACC scripts/dtc/dtc-parser.tab.h
  36. HOSTCC scripts/dtc/dtc-lexer.lex.o
  37. YACC scripts/dtc/dtc-parser.tab.c
  38. HOSTCC scripts/dtc/dtc-parser.tab.o
  39. HOSTCC scripts/dtc/yamltree.o
  40. HOSTLD scripts/dtc/dtc
  41. HOSTCC scripts/kallsyms
  42. HOSTCC scripts/conmakehash
  43. HOSTCC scripts/sortextable
  44. SYSTBL arch/mips/include/generated/asm/syscall_table_32_o32.h
  45. SYSTBL arch/mips/include/generated/asm/syscall_table_64_n32.h
  46. SYSTBL arch/mips/include/generated/asm/syscall_table_64_n64.h
  47. SYSTBL arch/mips/include/generated/asm/syscall_table_64_o32.h
  48. SYSHDR arch/mips/include/generated/uapi/asm/unistd_n32.h
  49. SYSHDR arch/mips/include/generated/uapi/asm/unistd_n64.h
  50. SYSHDR arch/mips/include/generated/uapi/asm/unistd_o32.h
  51. SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_n32.h
  52. SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_n64.h
  53. SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_o32.h
  54. HOSTCC arch/mips/tools/elf-entry
  55. HOSTCC arch/mips/boot/tools/relocs_32.o
  56. HOSTCC arch/mips/boot/tools/relocs_64.o
  57. HOSTCC arch/mips/boot/tools/relocs_main.o
  58. HOSTLD arch/mips/boot/tools/relocs
  59. WRAP arch/mips/include/generated/uapi/asm/bpf_perf_event.h
  60. WRAP arch/mips/include/generated/uapi/asm/ipcbuf.h
  61. WRAP arch/mips/include/generated/asm/current.h
  62. WRAP arch/mips/include/generated/asm/device.h
  63. WRAP arch/mips/include/generated/asm/dma-contiguous.h
  64. WRAP arch/mips/include/generated/asm/emergency-restart.h
  65. WRAP arch/mips/include/generated/asm/export.h
  66. WRAP arch/mips/include/generated/asm/irq_work.h
  67. WRAP arch/mips/include/generated/asm/local64.h
  68. WRAP arch/mips/include/generated/asm/mcs_spinlock.h
  69. WRAP arch/mips/include/generated/asm/mm-arch-hooks.h
  70. WRAP arch/mips/include/generated/asm/msi.h
  71. WRAP arch/mips/include/generated/asm/parport.h
  72. WRAP arch/mips/include/generated/asm/percpu.h
  73. WRAP arch/mips/include/generated/asm/preempt.h
  74. WRAP arch/mips/include/generated/asm/qrwlock.h
  75. WRAP arch/mips/include/generated/asm/qspinlock.h
  76. WRAP arch/mips/include/generated/asm/sections.h
  77. WRAP arch/mips/include/generated/asm/trace_clock.h
  78. WRAP arch/mips/include/generated/asm/unaligned.h
  79. WRAP arch/mips/include/generated/asm/user.h
  80. WRAP arch/mips/include/generated/asm/word-at-a-time.h
  81. WRAP arch/mips/include/generated/asm/xor.h
  82. CC scripts/mod/empty.o
  83. HOSTCC scripts/mod/mk_elfconfig
  84. MKELF scripts/mod/elfconfig.h
  85. HOSTCC scripts/mod/modpost.o
  86. CC scripts/mod/devicetable-offsets.s
  87. UPD scripts/mod/devicetable-offsets.h
  88. HOSTCC scripts/mod/file2alias.o
  89. HOSTCC scripts/mod/sumversion.o
  90. HOSTLD scripts/mod/modpost
  91. CC kernel/bounds.s
  92. CC arch/mips/kernel/asm-offsets.s
  93. CALL scripts/checksyscalls.sh
  94. CALL scripts/atomic/check-atomics.sh
  95. root@qemumips:/tmp# make
  96. make -C /usr/src/kernel M=/tmp modules
  97. make[1]: Entering directory '/lib/modules/5.2.28-yocto-standard/build'
  98. CC [M] /tmp/hellomod.o
  99. Building modules, stage 2.
  100. MODPOST 1 modules
  101. CC /tmp/hellomod.mod.o
  102. LD [M] /tmp/hellomod.ko
  103. make[1]: Leaving directory '/lib/modules/5.2.28-yocto-standard/build'
  104. root@qemumips:/tmp#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement