#
# 2022-12-23T22:50:52.453386
#
# make KBUILD_BUILD_USER=KernelCI ARCH=arm HOSTCC=gcc CROSS_COMPILE=arm-linux-gnueabihf- CC="ccache arm-linux-gnueabihf-gcc" O=/tmp/kci/linux/build -C/tmp/kci/linux -j4 modules
#
make: Entering directory '/tmp/kci/linux'
make[1]: Entering directory '/tmp/kci/linux/build'
  GEN     Makefile
  CALL    ../scripts/atomic/check-atomics.sh
  CALL    ../scripts/checksyscalls.sh
  CC [M]  drivers/tty/serial/8250/8250_core.o
  CC [M]  drivers/tty/serial/8250/8250_port.o
  LDS     scripts/module.lds
  CC [M]  drivers/char/hw_random/core.o
  CC [M]  drivers/block/loop.o
  LD [M]  drivers/char/hw_random/rng-core.o
  LD [M]  drivers/tty/serial/8250/8250.o
  LD [M]  drivers/tty/serial/8250/8250_base.o
  MODPOST modules-only.symvers
  GEN     Module.symvers
  CC [M]  drivers/block/loop.mod.o
  CC [M]  drivers/char/hw_random/rng-core.mod.o
  CC [M]  drivers/tty/serial/8250/8250.mod.o
  CC [M]  drivers/tty/serial/8250/8250_base.mod.o
  LD [M]  drivers/block/loop.ko
  LD [M]  drivers/char/hw_random/rng-core.ko
  LD [M]  drivers/tty/serial/8250/8250_base.ko
  LD [M]  drivers/tty/serial/8250/8250.ko
make[1]: Leaving directory '/tmp/kci/linux/build'
make: Leaving directory '/tmp/kci/linux'
#
# 2022-12-23T22:50:57.299203
#
# make KBUILD_BUILD_USER=KernelCI INSTALL_MOD_PATH=/tmp/kci/linux/build/_modules_ INSTALL_MOD_STRIP=1 STRIP=arm-linux-gnueabihf-strip ARCH=arm HOSTCC=gcc CROSS_COMPILE=arm-linux-gnueabihf- CC="ccache arm-linux-gnueabihf-gcc" O=/tmp/kci/linux/build -C/tmp/kci/linux -j4 modules_install
#
make: Entering directory '/tmp/kci/linux'
make[1]: Entering directory '/tmp/kci/linux/build'
  INSTALL drivers/block/loop.ko
  INSTALL drivers/char/hw_random/rng-core.ko
  INSTALL drivers/tty/serial/8250/8250.ko
  INSTALL drivers/tty/serial/8250/8250_base.ko
  DEPMOD  5.10.161-cip23
make[1]: Leaving directory '/tmp/kci/linux/build'
make: Leaving directory '/tmp/kci/linux'