Makefile (c7fb577e2a6cb04732541f2dc402bd46747f7558) | Makefile (3a65dfe8c088143c7155cfd36a72f4b0ad2fc4b2) |
---|---|
1VERSION = 2 2PATCHLEVEL = 6 3SUBLEVEL = 14 4EXTRAVERSION = 5NAME=Affluent Albatross 6 7# *DOCUMENTATION* 8# To see a list of typical targets execute "make help" --- 568 unchanged lines hidden (view full) --- 577# makefile but the arguement can be passed to make if needed. 578# 579 580MODLIB := $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) 581export MODLIB 582 583 584ifeq ($(KBUILD_EXTMOD),) | 1VERSION = 2 2PATCHLEVEL = 6 3SUBLEVEL = 14 4EXTRAVERSION = 5NAME=Affluent Albatross 6 7# *DOCUMENTATION* 8# To see a list of typical targets execute "make help" --- 568 unchanged lines hidden (view full) --- 577# makefile but the arguement can be passed to make if needed. 578# 579 580MODLIB := $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) 581export MODLIB 582 583 584ifeq ($(KBUILD_EXTMOD),) |
585core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ | 585core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ |
586 587vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ 588 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ 589 $(net-y) $(net-m) $(libs-y) $(libs-m))) 590 591vmlinux-alldirs := $(sort $(vmlinux-dirs) $(patsubst %/,%,$(filter %/, \ 592 $(init-n) $(init-) \ 593 $(core-n) $(core-) $(drivers-n) $(drivers-) \ --- 726 unchanged lines hidden --- | 586 587vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ 588 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ 589 $(net-y) $(net-m) $(libs-y) $(libs-m))) 590 591vmlinux-alldirs := $(sort $(vmlinux-dirs) $(patsubst %/,%,$(filter %/, \ 592 $(init-n) $(init-) \ 593 $(core-n) $(core-) $(drivers-n) $(drivers-) \ --- 726 unchanged lines hidden --- |