Closed FAMILIAR-project closed 6 years ago
maybe I am wrong, since we simply call "make" (with -j options) and by default it seems it calls make all that eventually call vmlinux and modules ;) https://github.com/torvalds/linux/blob/master/Makefile#L1443
With the command make help
we are shown that make 'all' "Build all targets marked with [*]" and thoses which are marked are : vmlinux
, modules
and bzImage
( In any case they are the ones with a '*' in the master Makefile ).
We can assume that make module is automatically done. I am experimenting right now on make modules_install and make modules.
I was thinking we are executing "make" (and not "make all")
I tried to use or compilation process normally, then i tried to apply on it make all
, it has the same effect than juste re-run make
, nothing more has been done.
Furthermore, Makefile says that make
and make all
have the same effect on modules
Here is the output that came after a simple make
:
During a make modules
:
root@8e9a11e9fd36:/TuxML/linux-4.13.3# make modules
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
CHK scripts/mod/devicetable-offsets.h
Building modules, stage 2.
MODPOST 600 modules
During a make all
:
root@8e9a11e9fd36:/TuxML/linux-4.13.3# make all
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
CHK scripts/mod/devicetable-offsets.h
CHK include/generated/compile.h
CHK include/generated/uapi/linux/version.h
DATAREL arch/x86/boot/compressed/vmlinux
Kernel: arch/x86/boot/bzImage is ready (#1)
Building modules, stage 2.
MODPOST 600 modules
And during a make modules_install
:
root@8e9a11e9fd36:/TuxML/linux-4.13.3# cat tmp.txt
INSTALL arch/x86/crypto/twofish-i586.ko
INSTALL arch/x86/oprofile/oprofile.ko
INSTALL arch/x86/platform/iris/iris.ko
INSTALL block/bfq.ko
INSTALL crypto/aes_ti.ko
INSTALL crypto/cast5_generic.ko
INSTALL crypto/cast_common.ko
INSTALL crypto/ctr.ko
INSTALL crypto/cts.ko
INSTALL crypto/deflate.ko
INSTALL crypto/ghash-generic.ko
INSTALL crypto/keywrap.ko
INSTALL crypto/khazad.ko
INSTALL crypto/mcryptd.ko
INSTALL crypto/pcrypt.ko
INSTALL crypto/rmd128.ko
INSTALL crypto/rmd160.ko
INSTALL crypto/seed.ko
INSTALL crypto/seqiv.ko
INSTALL crypto/serpent_generic.ko
INSTALL crypto/sha512_generic.ko
INSTALL crypto/tcrypt.ko
INSTALL crypto/twofish_common.ko
INSTALL crypto/twofish_generic.ko
INSTALL crypto/xor.ko
INSTALL drivers/ata/ahci_imx.ko
INSTALL drivers/ata/ahci_platform.ko
INSTALL drivers/ata/libahci.ko
INSTALL drivers/ata/libahci_platform.ko
INSTALL drivers/ata/libata.ko
INSTALL drivers/ata/pata_legacy.ko
INSTALL drivers/ata/sata_gemini.ko
INSTALL drivers/base/test/test_async_driver_probe.ko
INSTALL drivers/cdrom/cdrom.ko
INSTALL drivers/char/dtlk.ko
INSTALL drivers/char/ipmi/ipmi_si.ko
INSTALL drivers/char/ipmi/ipmi_watchdog.ko
INSTALL drivers/char/lp.ko
INSTALL drivers/char/mwave/mwave.ko
INSTALL drivers/char/ppdev.ko
INSTALL drivers/char/raw.ko
INSTALL drivers/char/tlclk.ko
INSTALL drivers/char/toshiba.ko
INSTALL drivers/char/tpm/st33zp24/tpm_st33zp24.ko
INSTALL drivers/char/tpm/st33zp24/tpm_st33zp24_i2c.ko
INSTALL drivers/char/tpm/tpm_atmel.ko
INSTALL drivers/char/tpm/tpm_i2c_atmel.ko
INSTALL drivers/char/tpm/tpm_i2c_nuvoton.ko
INSTALL drivers/char/tpm/tpm_tis.ko
INSTALL drivers/char/tpm/tpm_tis_core.ko
INSTALL drivers/extcon/extcon-gpio.ko
INSTALL drivers/extcon/extcon-max77693.ko
INSTALL drivers/fmc/fmc-chardev.ko
INSTALL drivers/fmc/fmc-write-eeprom.ko
INSTALL drivers/fmc/fmc.ko
INSTALL drivers/fsi/fsi-core.ko
INSTALL drivers/fsi/fsi-master-hub.ko
INSTALL drivers/fsi/fsi-scom.ko
INSTALL drivers/gpio/gpio-104-idio-16.ko
INSTALL drivers/gpio/gpio-adp5588.ko
INSTALL drivers/gpio/gpio-axp209.ko
INSTALL drivers/gpio/gpio-it87.ko
INSTALL drivers/gpio/gpio-lp3943.ko
INSTALL drivers/gpio/gpio-max732x.ko
INSTALL drivers/gpio/gpio-menz127.ko
INSTALL drivers/gpio/gpio-mockup.ko
INSTALL drivers/hid/hid-a4tech.ko
INSTALL drivers/hid/hid-apple.ko
INSTALL drivers/hid/hid-asus.ko
INSTALL drivers/hid/hid-axff.ko
INSTALL drivers/hid/hid-belkin.ko
INSTALL drivers/hid/hid-cypress.ko
INSTALL drivers/hid/hid-elecom.ko
INSTALL drivers/hid/hid-gaff.ko
INSTALL drivers/hid/hid-gfrm.ko
INSTALL drivers/hid/hid-lenovo.ko
INSTALL drivers/hid/hid-logitech-hidpp.ko
INSTALL drivers/hid/hid-logitech.ko
INSTALL drivers/hid/hid-magicmouse.ko
INSTALL drivers/hid/hid-multitouch.ko
INSTALL drivers/hid/hid-nti.ko
INSTALL drivers/hid/hid-petalynx.ko
INSTALL drivers/hid/hid-plantronics.ko
INSTALL drivers/hid/hid-primax.ko
INSTALL drivers/hid/hid-saitek.ko
INSTALL drivers/hid/hid-samsung.ko
INSTALL drivers/hid/hid-sensor-custom.ko
INSTALL drivers/hid/hid-sensor-hub.ko
INSTALL drivers/hid/hid-tivo.ko
INSTALL drivers/hid/hid-tmff.ko
INSTALL drivers/hid/hid-topseed.ko
INSTALL drivers/hid/hid-twinhan.ko
INSTALL drivers/hid/hid-waltop.ko
INSTALL drivers/hid/hid-zydacron.ko
INSTALL drivers/hid/uhid.ko
INSTALL drivers/hsi/clients/hsi_char.ko
INSTALL drivers/hsi/hsi.ko
INSTALL drivers/hwmon/abituguru3.ko
INSTALL drivers/hwmon/adc128d818.ko
INSTALL drivers/hwmon/adm1021.ko
INSTALL drivers/hwmon/adm1026.ko
INSTALL drivers/hwmon/adm1029.ko
INSTALL drivers/hwmon/adm9240.ko
INSTALL drivers/hwmon/ads1015.ko
INSTALL drivers/hwmon/adt7410.ko
INSTALL drivers/hwmon/adt7411.ko
INSTALL drivers/hwmon/adt7475.ko
INSTALL drivers/hwmon/adt7x10.ko
INSTALL drivers/hwmon/amc6821.ko
INSTALL drivers/hwmon/applesmc.ko
INSTALL drivers/hwmon/asb100.ko
INSTALL drivers/hwmon/aspeed-pwm-tacho.ko
INSTALL drivers/hwmon/atxp1.ko
INSTALL drivers/hwmon/da9052-hwmon.ko
INSTALL drivers/hwmon/da9055-hwmon.ko
INSTALL drivers/hwmon/dell-smm-hwmon.ko
INSTALL drivers/hwmon/dme1737.ko
INSTALL drivers/hwmon/ds1621.ko
INSTALL drivers/hwmon/ds620.ko
INSTALL drivers/hwmon/emc1403.ko
INSTALL drivers/hwmon/emc6w201.ko
INSTALL drivers/hwmon/f71805f.ko
INSTALL drivers/hwmon/f75375s.ko
INSTALL drivers/hwmon/ftsteutates.ko
INSTALL drivers/hwmon/g760a.ko
INSTALL drivers/hwmon/gl518sm.ko
INSTALL drivers/hwmon/gl520sm.ko
INSTALL drivers/hwmon/gpio-fan.ko
INSTALL drivers/hwmon/hwmon-vid.ko
INSTALL drivers/hwmon/hwmon.ko
INSTALL drivers/hwmon/ibmaem.ko
INSTALL drivers/hwmon/ibmpex.ko
INSTALL drivers/hwmon/ina3221.ko
INSTALL drivers/hwmon/it87.ko
INSTALL drivers/hwmon/jc42.ko
INSTALL drivers/hwmon/lineage-pem.ko
INSTALL drivers/hwmon/lm63.ko
INSTALL drivers/hwmon/lm75.ko
INSTALL drivers/hwmon/lm77.ko
INSTALL drivers/hwmon/lm80.ko
INSTALL drivers/hwmon/lm83.ko
INSTALL drivers/hwmon/lm87.ko
INSTALL drivers/hwmon/lm92.ko
INSTALL drivers/hwmon/lm93.ko
INSTALL drivers/hwmon/lm95234.ko
INSTALL drivers/hwmon/lm95241.ko
INSTALL drivers/hwmon/lm95245.ko
INSTALL drivers/hwmon/ltc2990.ko
INSTALL drivers/hwmon/ltc4215.ko
INSTALL drivers/hwmon/ltc4245.ko
INSTALL drivers/hwmon/ltc4260.ko
INSTALL drivers/hwmon/ltc4261.ko
INSTALL drivers/hwmon/max16065.ko
INSTALL drivers/hwmon/max1619.ko
INSTALL drivers/hwmon/max1668.ko
INSTALL drivers/hwmon/max197.ko
INSTALL drivers/hwmon/max6639.ko
INSTALL drivers/hwmon/max6642.ko
INSTALL drivers/hwmon/max6650.ko
INSTALL drivers/hwmon/max6697.ko
INSTALL drivers/hwmon/mcp3021.ko
INSTALL drivers/hwmon/nct6683.ko
INSTALL drivers/hwmon/nct6775.ko
INSTALL drivers/hwmon/nct7802.ko
INSTALL drivers/hwmon/nct7904.ko
INSTALL drivers/hwmon/ntc_thermistor.ko
INSTALL drivers/hwmon/pcf8591.ko
INSTALL drivers/hwmon/pmbus/ir35221.ko
INSTALL drivers/hwmon/pmbus/ltc2978.ko
INSTALL drivers/hwmon/pmbus/ltc3815.ko
INSTALL drivers/hwmon/pmbus/max20751.ko
INSTALL drivers/hwmon/pmbus/pmbus.ko
INSTALL drivers/hwmon/pmbus/pmbus_core.ko
INSTALL drivers/hwmon/pmbus/tps40422.ko
INSTALL drivers/hwmon/pmbus/ucd9000.ko
INSTALL drivers/hwmon/pmbus/ucd9200.ko
INSTALL drivers/hwmon/pmbus/zl6100.ko
INSTALL drivers/hwmon/powr1220.ko
INSTALL drivers/hwmon/sch5627.ko
INSTALL drivers/hwmon/sch5636.ko
INSTALL drivers/hwmon/sch56xx-common.ko
INSTALL drivers/hwmon/sht15.ko
INSTALL drivers/hwmon/sht21.ko
INSTALL drivers/hwmon/sht3x.ko
INSTALL drivers/hwmon/smsc47b397.ko
INSTALL drivers/hwmon/smsc47m192.ko
INSTALL drivers/hwmon/stts751.ko
INSTALL drivers/hwmon/tc654.ko
INSTALL drivers/hwmon/tc74.ko
INSTALL drivers/hwmon/tmp102.ko
INSTALL drivers/hwmon/tmp401.ko
INSTALL drivers/hwmon/tmp421.ko
INSTALL drivers/hwmon/w83781d.ko
INSTALL drivers/hwmon/w83791d.ko
INSTALL drivers/hwmon/w83792d.ko
INSTALL drivers/hwmon/w83793.ko
INSTALL drivers/hwmon/w83l785ts.ko
INSTALL drivers/hwmon/w83l786ng.ko
INSTALL drivers/hwspinlock/hwspinlock_core.ko
INSTALL drivers/hwtracing/intel_th/intel_th.ko
INSTALL drivers/hwtracing/intel_th/intel_th_gth.ko
INSTALL drivers/hwtracing/intel_th/intel_th_pti.ko
INSTALL drivers/hwtracing/intel_th/intel_th_sth.ko
INSTALL drivers/hwtracing/stm/dummy_stm.ko
INSTALL drivers/hwtracing/stm/stm_console.ko
INSTALL drivers/hwtracing/stm/stm_core.ko
INSTALL drivers/hwtracing/stm/stm_heartbeat.ko
INSTALL drivers/i2c/algos/i2c-algo-pca.ko
INSTALL drivers/i2c/busses/i2c-aspeed.ko
INSTALL drivers/i2c/busses/i2c-diolan-u2c.ko
INSTALL drivers/i2c/busses/i2c-img-scb.ko
INSTALL drivers/i2c/busses/i2c-ocores.ko
INSTALL drivers/i2c/busses/i2c-pca-platform.ko
INSTALL drivers/i2c/busses/i2c-riic.ko
INSTALL drivers/i2c/busses/i2c-simtec.ko
INSTALL drivers/i2c/busses/i2c-stm32f4.ko
INSTALL drivers/i2c/busses/i2c-uniphier-f.ko
INSTALL drivers/i2c/busses/i2c-uniphier.ko
INSTALL drivers/i2c/i2c-mux.ko
INSTALL drivers/i2c/muxes/i2c-mux-gpio.ko
INSTALL drivers/i2c/muxes/i2c-mux-gpmux.ko
INSTALL drivers/i2c/muxes/i2c-mux-ltc4306.ko
INSTALL drivers/i2c/muxes/i2c-mux-mlxcpld.ko
INSTALL drivers/i2c/muxes/i2c-mux-pca9541.ko
INSTALL drivers/i2c/muxes/i2c-mux-pca954x.ko
INSTALL drivers/i2c/muxes/i2c-mux-reg.ko
INSTALL drivers/input/joydev.ko
INSTALL drivers/input/joystick/a3d.ko
INSTALL drivers/input/joystick/guillemot.ko
INSTALL drivers/input/joystick/spaceball.ko
INSTALL drivers/input/joystick/spaceorb.ko
INSTALL drivers/input/joystick/stinger.ko
INSTALL drivers/input/joystick/warrior.ko
INSTALL drivers/input/joystick/xpad.ko
INSTALL drivers/input/misc/adxl34x-i2c.ko
INSTALL drivers/input/misc/adxl34x.ko
INSTALL drivers/input/misc/ati_remote2.ko
INSTALL drivers/input/misc/cma3000_d0x.ko
INSTALL drivers/input/misc/da9052_onkey.ko
INSTALL drivers/input/misc/drv260x.ko
INSTALL drivers/input/misc/drv2667.ko
INSTALL drivers/input/misc/e3x0-button.ko
INSTALL drivers/input/misc/ideapad_slidebar.ko
INSTALL drivers/input/misc/max77693-haptic.ko
INSTALL drivers/input/misc/pcf8574_keypad.ko
INSTALL drivers/input/misc/pcspkr.ko
INSTALL drivers/input/misc/powermate.ko
INSTALL drivers/input/misc/retu-pwrbutton.ko
INSTALL drivers/input/misc/yealink.ko
INSTALL drivers/input/rmi4/rmi_smbus.ko
INSTALL drivers/input/serio/altera_ps2.ko
INSTALL drivers/input/serio/i8042.ko
INSTALL drivers/input/serio/libps2.ko
INSTALL drivers/input/serio/serport.ko
INSTALL drivers/input/sparse-keymap.ko
INSTALL drivers/input/tablet/acecad.ko
INSTALL drivers/input/tablet/aiptek.ko
INSTALL drivers/input/tablet/gtco.ko
INSTALL drivers/input/tablet/kbtab.ko
INSTALL drivers/leds/leds-clevo-mail.ko
INSTALL drivers/leds/leds-lm3533.ko
INSTALL drivers/leds/leds-lm3642.ko
INSTALL drivers/leds/leds-lp3944.ko
INSTALL drivers/leds/leds-mc13783.ko
INSTALL drivers/leds/leds-mt6323.ko
INSTALL drivers/leds/leds-pwm.ko
INSTALL drivers/leds/leds-tlc591xx.ko
INSTALL drivers/leds/trigger/ledtrig-heartbeat.ko
INSTALL drivers/leds/trigger/ledtrig-transient.ko
INSTALL drivers/lightnvm/rrpc.ko
INSTALL drivers/mcb/mcb-lpc.ko
INSTALL drivers/mcb/mcb.ko
INSTALL drivers/mfd/cros_ec_i2c.ko
INSTALL drivers/mfd/exynos-lpass.ko
INSTALL drivers/mfd/htc-pasic3.ko
INSTALL drivers/mfd/lm3533-core.ko
INSTALL drivers/mfd/lm3533-ctrlbank.ko
INSTALL drivers/mfd/lp3943.ko
INSTALL drivers/mfd/max14577.ko
INSTALL drivers/mfd/max77686.ko
INSTALL drivers/mfd/max77693.ko
INSTALL drivers/mfd/max8907.ko
INSTALL drivers/mfd/mc13xxx-core.ko
INSTALL drivers/mfd/mc13xxx-i2c.ko
INSTALL drivers/mfd/menf21bmc.ko
INSTALL drivers/mfd/retu-mfd.ko
INSTALL drivers/mfd/rtsx_usb.ko
INSTALL drivers/mfd/ti_am335x_tscadc.ko
INSTALL drivers/mfd/wl1273-core.ko
INSTALL drivers/misc/aspeed-lpc-ctrl.ko
INSTALL drivers/misc/atmel-ssc.ko
INSTALL drivers/misc/ds1682.ko
INSTALL drivers/misc/dummy-irq.ko
INSTALL drivers/misc/eeprom/eeprom.ko
INSTALL drivers/misc/eeprom/idt_89hpesx.ko
INSTALL drivers/misc/hmc6352.ko
INSTALL drivers/mmc/host/android-goldfish.ko
INSTALL drivers/mmc/host/dw_mmc-pltfm.ko
INSTALL drivers/mmc/host/dw_mmc.ko
INSTALL drivers/mmc/host/sdhci-iproc.ko
INSTALL drivers/mmc/host/sdhci-pltfm.ko
INSTALL drivers/mmc/host/sdhci-xenon-driver.ko
INSTALL drivers/mmc/host/sdhci.ko
INSTALL drivers/mmc/host/ushc.ko
INSTALL drivers/mtd/ar7part.ko
INSTALL drivers/mtd/bcm63xxpart.ko
INSTALL drivers/mtd/chips/cfi_cmdset_0002.ko
INSTALL drivers/mtd/chips/cfi_cmdset_0020.ko
INSTALL drivers/mtd/chips/cfi_probe.ko
INSTALL drivers/mtd/chips/cfi_util.ko
INSTALL drivers/mtd/chips/chipreg.ko
INSTALL drivers/mtd/chips/gen_probe.ko
INSTALL drivers/mtd/chips/jedec_probe.ko
INSTALL drivers/mtd/chips/map_absent.ko
INSTALL drivers/mtd/chips/map_rom.ko
INSTALL drivers/mtd/cmdlinepart.ko
INSTALL drivers/mtd/devices/block2mtd.ko
INSTALL drivers/mtd/devices/mtdram.ko
INSTALL drivers/mtd/devices/phram.ko
INSTALL drivers/mtd/devices/slram.ko
INSTALL drivers/mtd/ftl.ko
INSTALL drivers/mtd/inftl.ko
INSTALL drivers/mtd/lpddr/lpddr_cmds.ko
INSTALL drivers/mtd/lpddr/qinfo_probe.ko
INSTALL drivers/mtd/maps/amd76xrom.ko
INSTALL drivers/mtd/maps/gpio-addr-flash.ko
INSTALL drivers/mtd/maps/ichxrom.ko
INSTALL drivers/mtd/maps/latch-addr-flash.ko
INSTALL drivers/mtd/maps/map_funcs.ko
INSTALL drivers/mtd/maps/netsc520.ko
INSTALL drivers/mtd/maps/nettel.ko
INSTALL drivers/mtd/maps/physmap.ko
INSTALL drivers/mtd/maps/sc520cdp.ko
INSTALL drivers/mtd/maps/ts5500_flash.ko
INSTALL drivers/mtd/mtd.ko
INSTALL drivers/mtd/mtd_blkdevs.ko
INSTALL drivers/mtd/mtdblock_ro.ko
INSTALL drivers/mtd/nand/diskonchip.ko
INSTALL drivers/mtd/nand/docg4.ko
INSTALL drivers/mtd/nand/mtk_ecc.ko
INSTALL drivers/mtd/nand/mtk_nand.ko
INSTALL drivers/mtd/nand/nand.ko
INSTALL drivers/mtd/nand/nand_ecc.ko
INSTALL drivers/mtd/nand/nandsim.ko
INSTALL drivers/mtd/nand/oxnas_nand.ko
INSTALL drivers/mtd/nand/sh_flctl.ko
INSTALL drivers/mtd/nand/vf610_nfc.ko
INSTALL drivers/mtd/nftl.ko
INSTALL drivers/mtd/onenand/generic.ko
INSTALL drivers/mtd/onenand/onenand.ko
INSTALL drivers/mtd/parsers/parser_trx.ko
INSTALL drivers/mtd/redboot.ko
INSTALL drivers/mtd/rfd_ftl.ko
INSTALL drivers/mtd/sm_ftl.ko
INSTALL drivers/mtd/ubi/ubi.ko
INSTALL drivers/mux/mux-adg792a.ko
INSTALL drivers/mux/mux-core.ko
INSTALL drivers/mux/mux-mmio.ko
INSTALL drivers/nvme/target/nvmet.ko
INSTALL drivers/nvmem/nvmem_lpc18xx_otp.ko
INSTALL drivers/nvmem/nvmem_qfprom.ko
INSTALL drivers/parport/parport_ax88796.ko
INSTALL drivers/phy/hisilicon/phy-hi6220-usb.ko
INSTALL drivers/phy/marvell/phy-pxa-28nm-hsic.ko
INSTALL drivers/phy/qualcomm/phy-qcom-usb-hs.ko
INSTALL drivers/phy/st/phy-spear1310-miphy.ko
INSTALL drivers/phy/ti/phy-omap-control.ko
INSTALL drivers/phy/ti/phy-tusb1210.ko
INSTALL drivers/power/supply/act8945a_charger.ko
INSTALL drivers/power/supply/bq24190_charger.ko
INSTALL drivers/power/supply/bq27xxx_battery_i2c.ko
INSTALL drivers/power/supply/da9052-battery.ko
INSTALL drivers/power/supply/ds2782_battery.ko
INSTALL drivers/power/supply/lp8727_charger.ko
INSTALL drivers/power/supply/ltc2941-battery-gauge.ko
INSTALL drivers/power/supply/ltc3651-charger.ko
INSTALL drivers/power/supply/max14577_charger.ko
INSTALL drivers/power/supply/max17042_battery.ko
INSTALL drivers/power/supply/max77693_charger.ko
INSTALL drivers/power/supply/pda_power.ko
INSTALL drivers/power/supply/rt9455_charger.ko
INSTALL drivers/power/supply/smb347-charger.ko
INSTALL drivers/power/supply/test_power.ko
INSTALL drivers/pps/clients/pps_parport.ko
INSTALL drivers/pwm/pwm-mediatek.ko
INSTALL drivers/pwm/pwm-mtk-disp.ko
INSTALL drivers/pwm/pwm-stm32.ko
INSTALL drivers/rtc/rtc-asm9260.ko
INSTALL drivers/rtc/rtc-at91sam9.ko
INSTALL drivers/rtc/rtc-bq4802.ko
INSTALL drivers/rtc/rtc-cmos.ko
INSTALL drivers/rtc/rtc-coh901331.ko
INSTALL drivers/rtc/rtc-da9055.ko
INSTALL drivers/rtc/rtc-da9063.ko
INSTALL drivers/rtc/rtc-davinci.ko
INSTALL drivers/rtc/rtc-digicolor.ko
INSTALL drivers/rtc/rtc-ds2404.ko
INSTALL drivers/rtc/rtc-lpc32xx.ko
INSTALL drivers/rtc/rtc-max77686.ko
INSTALL drivers/rtc/rtc-max8925.ko
INSTALL drivers/rtc/rtc-max8998.ko
INSTALL drivers/rtc/rtc-mc13xxx.ko
INSTALL drivers/rtc/rtc-pcf50633.ko
INSTALL drivers/rtc/rtc-pcf85063.ko
INSTALL drivers/rtc/rtc-pcf8523.ko
INSTALL drivers/rtc/rtc-pm8xxx.ko
INSTALL drivers/rtc/rtc-rp5c01.ko
INSTALL drivers/rtc/rtc-rv8803.ko
INSTALL drivers/rtc/rtc-rx8010.ko
INSTALL drivers/rtc/rtc-spear.ko
INSTALL drivers/rtc/rtc-stm32.ko
INSTALL drivers/rtc/rtc-stmp3xxx.ko
INSTALL drivers/rtc/rtc-sunxi.ko
INSTALL drivers/rtc/rtc-tegra.ko
INSTALL drivers/rtc/rtc-v3020.ko
INSTALL drivers/scsi/osd/libosd.ko
INSTALL drivers/scsi/osd/osd.ko
INSTALL drivers/scsi/raid_class.ko
INSTALL drivers/scsi/scsi_mod.ko
INSTALL drivers/scsi/ses.ko
INSTALL drivers/scsi/sg.ko
INSTALL drivers/scsi/sr_mod.ko
INSTALL drivers/scsi/st.ko
INSTALL drivers/spmi/spmi-pmic-arb.ko
INSTALL drivers/spmi/spmi.ko
INSTALL drivers/tty/mxser.ko
INSTALL drivers/tty/rocket.ko
INSTALL drivers/tty/serial/8250/8250.ko
INSTALL drivers/tty/serial/8250/8250_base.ko
INSTALL drivers/tty/serial/8250/8250_dw.ko
INSTALL drivers/tty/serial/8250/8250_uniphier.ko
INSTALL drivers/tty/serial/fsl_lpuart.ko
INSTALL drivers/tty/serial/men_z135_uart.ko
INSTALL drivers/tty/serial/mxs-auart.ko
INSTALL drivers/tty/serial/sccnxp.ko
INSTALL drivers/uio/uio_dmem_genirq.ko
INSTALL drivers/usb/c67x00/c67x00.ko
INSTALL drivers/usb/class/cdc-acm.ko
INSTALL drivers/usb/class/cdc-wdm.ko
INSTALL drivers/usb/dwc2/dwc2.ko
INSTALL drivers/usb/host/bcma-hcd.ko
INSTALL drivers/usb/host/ehci-hcd.ko
INSTALL drivers/usb/host/ehci-platform.ko
INSTALL drivers/usb/host/fotg210-hcd.ko
INSTALL drivers/usb/host/ohci-platform.ko
INSTALL drivers/usb/host/oxu210hp-hcd.ko
INSTALL drivers/usb/host/r8a66597-hcd.ko
INSTALL drivers/usb/host/sl811-hcd.ko
INSTALL drivers/usb/host/xhci-hcd.ko
INSTALL drivers/usb/host/xhci-mtk.ko
INSTALL drivers/usb/host/xhci-plat-hcd.ko
INSTALL drivers/usb/misc/cypress_cy7c63.ko
INSTALL drivers/usb/misc/cytherm.ko
INSTALL drivers/usb/misc/lvstest.ko
INSTALL drivers/usb/misc/sisusbvga/sisusbvga.ko
INSTALL drivers/usb/misc/usb251xb.ko
INSTALL drivers/usb/misc/usb3503.ko
INSTALL drivers/usb/misc/usblcd.ko
INSTALL drivers/usb/mon/usbmon.ko
INSTALL drivers/usb/mtu3/mtu3.ko
INSTALL drivers/usb/musb/ux500.ko
INSTALL drivers/usb/phy/phy-generic.ko
INSTALL drivers/usb/phy/phy-gpio-vbus-usb.ko
INSTALL drivers/usb/phy/phy-isp1301.ko
INSTALL drivers/usb/phy/phy-keystone.ko
INSTALL drivers/usb/storage/uas.ko
INSTALL drivers/usb/storage/ums-alauda.ko
INSTALL drivers/usb/storage/ums-datafab.ko
INSTALL drivers/usb/storage/ums-eneub6250.ko
INSTALL drivers/usb/storage/ums-freecom.ko
INSTALL drivers/usb/storage/ums-isd200.ko
INSTALL drivers/usb/storage/ums-karma.ko
INSTALL drivers/usb/storage/ums-onetouch.ko
INSTALL drivers/usb/storage/ums-sddr09.ko
INSTALL drivers/usb/storage/ums-usbat.ko
INSTALL drivers/usb/storage/usb-storage.ko
INSTALL drivers/video/backlight/arcxcnn_bl.ko
INSTALL drivers/video/backlight/backlight.ko
INSTALL drivers/video/backlight/bd6107.ko
INSTALL drivers/video/backlight/da9052_bl.ko
INSTALL drivers/video/backlight/generic_bl.ko
INSTALL drivers/video/backlight/kb3886_bl.ko
INSTALL drivers/video/backlight/lm3533_bl.ko
INSTALL drivers/video/backlight/lm3630a_bl.ko
INSTALL drivers/video/backlight/lm3639_bl.ko
INSTALL drivers/video/backlight/lp855x_bl.ko
INSTALL drivers/video/backlight/lp8788_bl.ko
INSTALL drivers/video/backlight/lv5207lp.ko
INSTALL drivers/video/backlight/max8925_bl.ko
INSTALL drivers/video/backlight/pcf50633-backlight.ko
INSTALL drivers/video/backlight/pwm_bl.ko
INSTALL drivers/video/console/mdacon.ko
INSTALL drivers/video/fbdev/arcfb.ko
INSTALL drivers/video/fbdev/auo_k1901fb.ko
INSTALL drivers/video/fbdev/auo_k190x.ko
INSTALL drivers/video/fbdev/broadsheetfb.ko
INSTALL drivers/video/fbdev/clps711x-fb.ko
INSTALL drivers/video/fbdev/hecubafb.ko
INSTALL drivers/video/fbdev/metronomefb.ko
INSTALL drivers/video/fbdev/n411.ko
INSTALL drivers/video/fbdev/sm501fb.ko
INSTALL drivers/video/fbdev/smscufx.ko
INSTALL drivers/video/fbdev/vfb.ko
INSTALL drivers/virtio/virtio_input.ko
INSTALL drivers/w1/masters/ds2490.ko
INSTALL drivers/w1/masters/mxc_w1.ko
INSTALL drivers/w1/slaves/w1_ds2413.ko
INSTALL drivers/w1/slaves/w1_ds2423.ko
INSTALL drivers/w1/slaves/w1_ds2433.ko
INSTALL drivers/w1/slaves/w1_smem.ko
INSTALL drivers/watchdog/acquirewdt.ko
INSTALL drivers/watchdog/at91sam9_wdt.ko
INSTALL drivers/watchdog/bcm7038_wdt.ko
INSTALL drivers/watchdog/bcm_kona_wdt.ko
INSTALL drivers/watchdog/cpu5wdt.ko
INSTALL drivers/watchdog/da9052_wdt.ko
INSTALL drivers/watchdog/da9063_wdt.ko
INSTALL drivers/watchdog/dw_wdt.ko
INSTALL drivers/watchdog/ep93xx_wdt.ko
INSTALL drivers/watchdog/f71808e_wdt.ko
INSTALL drivers/watchdog/ib700wdt.ko
INSTALL drivers/watchdog/mena21_wdt.ko
INSTALL drivers/watchdog/meson_gxbb_wdt.ko
INSTALL drivers/watchdog/mixcomwd.ko
INSTALL drivers/watchdog/of_xilinx_wdt.ko
INSTALL drivers/watchdog/renesas_wdt.ko
INSTALL drivers/watchdog/retu_wdt.ko
INSTALL drivers/watchdog/rn5t618_wdt.ko
INSTALL drivers/watchdog/rza_wdt.ko
INSTALL drivers/watchdog/s3c2410_wdt.ko
INSTALL drivers/watchdog/sbc60xxwdt.ko
INSTALL drivers/watchdog/sbc_fitpc2_wdt.ko
INSTALL drivers/watchdog/sc1200wdt.ko
INSTALL drivers/watchdog/sirfsoc_wdt.ko
INSTALL drivers/watchdog/smsc37b787_wdt.ko
INSTALL drivers/watchdog/w83877f_wdt.ko
INSTALL drivers/watchdog/wafer5823wdt.ko
INSTALL drivers/watchdog/wdt.ko
INSTALL drivers/watchdog/ziirave_wdt.ko
INSTALL fs/affs/affs.ko
INSTALL fs/befs/befs.ko
INSTALL fs/bfs/bfs.ko
INSTALL fs/binfmt_aout.ko
INSTALL fs/binfmt_script.ko
INSTALL fs/btrfs/btrfs.ko
INSTALL fs/crypto/fscrypto.ko
INSTALL fs/hfs/hfs.ko
INSTALL fs/hpfs/hpfs.ko
INSTALL fs/jffs2/jffs2.ko
INSTALL fs/minix/minix.ko
INSTALL fs/nls/mac-iceland.ko
INSTALL fs/nls/nls_ascii.ko
INSTALL fs/nls/nls_cp1250.ko
INSTALL fs/nls/nls_cp775.ko
INSTALL fs/nls/nls_cp863.ko
INSTALL fs/nls/nls_cp865.ko
INSTALL fs/nls/nls_cp874.ko
INSTALL fs/nls/nls_cp936.ko
INSTALL fs/nls/nls_iso8859-13.ko
INSTALL fs/nls/nls_iso8859-15.ko
INSTALL fs/nls/nls_iso8859-5.ko
INSTALL fs/nls/nls_iso8859-9.ko
INSTALL fs/ntfs/ntfs.ko
INSTALL fs/pstore/pstore.ko
INSTALL fs/pstore/ramoops.ko
INSTALL fs/qnx4/qnx4.ko
INSTALL fs/qnx6/qnx6.ko
INSTALL fs/reiserfs/reiserfs.ko
INSTALL fs/ubifs/ubifs.ko
INSTALL kernel/locking/test-ww_mutex.ko
INSTALL kernel/rcu/rcuperf.ko
INSTALL kernel/torture.ko
INSTALL lib/bch.ko
INSTALL lib/cordic.ko
INSTALL lib/crc-ccitt.ko
INSTALL lib/crc32test.ko
INSTALL lib/crc4.ko
INSTALL lib/crc8.ko
INSTALL lib/fonts/font.ko
INSTALL lib/interval_tree_test.ko
INSTALL lib/libcrc32c.ko
INSTALL lib/notifier-error-inject.ko
INSTALL lib/raid6/raid6_pq.ko
INSTALL lib/rbtree_test.ko
INSTALL lib/reed_solomon/reed_solomon.ko
INSTALL lib/test_hexdump.ko
INSTALL lib/test_module.ko
INSTALL lib/test_static_key_base.ko
INSTALL lib/test_static_keys.ko
INSTALL lib/test_user_copy.ko
INSTALL lib/xz/xz_dec_test.ko
INSTALL lib/zlib_deflate/zlib_deflate.ko
INSTALL mm/zbud.ko
INSTALL mm/zpool.ko
INSTALL mm/zsmalloc.ko
INSTALL samples/kobject/kobject-example.ko
INSTALL samples/kobject/kset-example.ko
INSTALL samples/kprobes/jprobe_example.ko
INSTALL samples/kprobes/kprobe_example.ko
INSTALL samples/kprobes/kretprobe_example.ko
DEPMOD 4.13.3
It takes a few seconds to proceed to the installation but it does the it. make all
and make
seems to have the same effect in this case and make modules
is done with make [all]
, the only one which is not done in our process is indeed make modules_install
.
Now i wonder if we should add this make "step" to the process, i tried this experiment just before and i could not do anything due to the config file where "module" was disable. So it seems to be a step to do only when modules are present.
Hi,
We should execute "make modules" (after "make") mainly because many compilation problems can arise and it is interesting to detect such problems and gather such information. It will also be necessary for booting the kernel (we should also use "make modules_install"). (btw I don't get why we did not use make modules/make modules_install when testing the boot)
note: