Makefile (356db564fbdfb1aa82f9c1c842947c1e0127d12f) Makefile (9815594a780404810c2a6280de1a268dcfcb0729)
1VERSION = 3
2PATCHLEVEL = 15
3SUBLEVEL = 0
4EXTRAVERSION = -rc1
5NAME = Shuffling Zombie Juror
6
7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help"

--- 519 unchanged lines hidden (view full) ---

528
529# Read arch specific Makefile to set KBUILD_DEFCONFIG as needed.
530# KBUILD_DEFCONFIG may point out an alternative default configuration
531# used for 'make defconfig'
532include $(srctree)/arch/$(SRCARCH)/Makefile
533export KBUILD_DEFCONFIG KBUILD_KCONFIG
534
535config: scripts_basic outputmakefile FORCE
1VERSION = 3
2PATCHLEVEL = 15
3SUBLEVEL = 0
4EXTRAVERSION = -rc1
5NAME = Shuffling Zombie Juror
6
7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help"

--- 519 unchanged lines hidden (view full) ---

528
529# Read arch specific Makefile to set KBUILD_DEFCONFIG as needed.
530# KBUILD_DEFCONFIG may point out an alternative default configuration
531# used for 'make defconfig'
532include $(srctree)/arch/$(SRCARCH)/Makefile
533export KBUILD_DEFCONFIG KBUILD_KCONFIG
534
535config: scripts_basic outputmakefile FORCE
536 $(Q)mkdir -p include/config
537 $(Q)$(MAKE) $(build)=scripts/kconfig $@
538
539%config: scripts_basic outputmakefile FORCE
536 $(Q)$(MAKE) $(build)=scripts/kconfig $@
537
538%config: scripts_basic outputmakefile FORCE
540 $(Q)mkdir -p include/config
541 $(Q)$(MAKE) $(build)=scripts/kconfig $@
542
543else
544# ===========================================================================
545# Build targets only - this includes vmlinux, arch specific targets, clean
546# targets and others. In general all targets except *config targets.
547
548ifeq ($(KBUILD_EXTMOD),)

--- 991 unchanged lines hidden ---
539 $(Q)$(MAKE) $(build)=scripts/kconfig $@
540
541else
542# ===========================================================================
543# Build targets only - this includes vmlinux, arch specific targets, clean
544# targets and others. In general all targets except *config targets.
545
546ifeq ($(KBUILD_EXTMOD),)

--- 991 unchanged lines hidden ---