Hi,
When I build kernel modules, the command line used as blow:
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- O=…/kernel_output tegra_defconfig
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- O=…/kernel_output -j2
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- O=…/kernel_output modules_install INSTALL_MOD_PATH=…/kernel_output/modules_install_path
But the ko modules I build are bigger than nvidia provided. Such as mac80211.ko, mine is 24MB, and nvidia’s is only 1.2MB.I don’t know what happend and what shoud I do?