• Home
  • Raw
  • Download

Lines Matching full:make

22 building Linux; make sure to have 12 Gigabyte free space in your home directory.
31 yes "" | make localmodconfig
34 make -j $(nproc --all)
37 command -v installkernel && sudo make modules_install install
48 make olddefconfig
49 make -j $(nproc --all)
51 command -v installkernel && sudo make modules_install install
202 ~/linux/ and run ``make olddefconfig``.
205 your running kernel to your or your hardware's needs: the make target
208 Using this make target is fine for everybody else, too -- but you often can
211 yes "" | make localmodconfig
224 aspect in mind when using a kernel built with this make target, as it might
246 by using make targets like 'menuconfig' or 'xconfig'.
253 make -j $(nproc --all)
264 command -v installkernel && sudo make modules_install install
315 make olddefconfig
319 make -j $(nproc --all)
323 command -v installkernel && sudo make modules_install install
399 Temporarily disabling solutions like Secure Boot is another way to make your own
436 sudo apt install bc binutils bison dwarves flex gcc git make openssl \
442 /usr/bin/{bc,bison,flex,gcc,git,openssl,make,perl,pahole}
446 sudo zypper install bc binutils bison dwarves flex gcc git make perl-base \
459 configuration with make targets like 'menuconfig' or 'xconfig' will require
501 something like ``O=~/linux-builddir/`` to all make calls; also adjust the path
695 Make targets like localmodconfig and olddefconfig share a few common snares you
702 * The make targets try to find the configuration for your running kernel
707 before using these make targets.
717 The make target olddefconfig and the ``yes "" |`` used when utilizing
733 did not perform before utilizing this make target. That's because those tasks
758 yes "" | make LSMOD="${HOME}"/.config/modprobed.db localmodconfig
765 Now point the build scripts to the file like this: ``yes "" | make
810 make olddefconfig
819 make olddefconfig
822 configurations -- make targets like localmodconfig and olddefconfig thus will
844 Alternatively, download the needed certificate and make that configuration
860 You at this point can use a command like ``make menuconfig`` to enable or
862 configuration utilize, use the make target ``xconfig`` or ``gconfig`` instead.
890 make V=1
893 error. To make it easier to spot, this command also omits the ``-j $(nproc
918 The step-by-step guide uses the default make targets (e.g. 'bzImage' and
923 * ``make -j $(nproc --all) bindeb-pkg`` to generate a deb package
925 * ``make -j $(nproc --all) binrpm-pkg`` to generate a rpm package
927 * ``make -j $(nproc --all) tarbz2-pkg`` to generate a bz2 compressed tarball
929 This is just a selection of available make targets for this purpose, see
930 ``make help`` for others. You can also use these targets after running
931 ``make -j $(nproc --all)``, as they will pick up everything already built.
938 these two make targets are designed to work on various distributions utilizing
968 hence be sure to keep the order of the two make targets used in the step-by-step
978 sudo make modules_install
979 sudo install -m 0600 $(make -s image_name) /boot/vmlinuz-$(make -s kernelrelease)
980 sudo install -m 0600 System.map /boot/System.map-$(make -s kernelrelease)
1068 <instead|additionally>'. Each of which would make the text longer, more