Makefile (d4263348f796f29546f90802177865dd4379dd0a) | Makefile (f4d4ffc03efc864645b990e1d579bbe1b8e358a4) |
---|---|
1VERSION = 3 2PATCHLEVEL = 14 3SUBLEVEL = 0 | 1VERSION = 3 2PATCHLEVEL = 14 3SUBLEVEL = 0 |
4EXTRAVERSION = -rc3 | 4EXTRAVERSION = -rc1 |
5NAME = Shuffling Zombie Juror 6 7# *DOCUMENTATION* 8# To see a list of typical targets execute "make help" 9# More info can be located in ./README 10# Comments in this file are targeted only to the developer, do not 11# expect to learn how to build the kernel reading this file. 12 --- 709 unchanged lines hidden (view full) --- 722export KBUILD_IMAGE ?= vmlinux 723 724# 725# INSTALL_PATH specifies where to place the updated kernel and system map 726# images. Default is /boot, but you can set it to other values 727export INSTALL_PATH ?= /boot 728 729# | 5NAME = Shuffling Zombie Juror 6 7# *DOCUMENTATION* 8# To see a list of typical targets execute "make help" 9# More info can be located in ./README 10# Comments in this file are targeted only to the developer, do not 11# expect to learn how to build the kernel reading this file. 12 --- 709 unchanged lines hidden (view full) --- 722export KBUILD_IMAGE ?= vmlinux 723 724# 725# INSTALL_PATH specifies where to place the updated kernel and system map 726# images. Default is /boot, but you can set it to other values 727export INSTALL_PATH ?= /boot 728 729# |
730# INSTALL_DTBS_PATH specifies a prefix for relocations required by build roots. 731# Like INSTALL_MOD_PATH, it isn't defined in the Makefile, but can be passed as 732# an argument if needed. Otherwise it defaults to the kernel install path 733# 734export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE) 735 736# |
|
730# INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory 731# relocations required by build roots. This is not defined in the 732# makefile but the argument can be passed to make if needed. 733# 734 735MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) 736export MODLIB 737 --- 747 unchanged lines hidden --- | 737# INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory 738# relocations required by build roots. This is not defined in the 739# makefile but the argument can be passed to make if needed. 740# 741 742MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) 743export MODLIB 744 --- 747 unchanged lines hidden --- |