• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/

Lines Matching refs:modules

125 # but instead _all depend on modules
130 _all: modules
191 # If we have only "make modules", don't compile built-in objects.
192 # When we're building modules with modversions, we need to consider
196 ifeq ($(MAKECMDGOALS),modules)
200 # If we have "make <whatever> modules", compile modules
202 # Just "make" or "make all" shall build modules as well
204 ifneq ($(filter all _all modules,$(MAKECMDGOALS)),)
323 # When compiling out-of-tree modules, put MODVERDIR in the module
493 # This allow a user to issue only 'make' to build a kernel including modules
527 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
750 # or the modules are listed in "prepare".
848 # By default, build modules as well
850 all: modules
852 # Build modules
854 PHONY += modules
855 modules: $(busybox-dirs) $(if $(KBUILD_BUILTIN),busybox)
856 @echo ' Building modules, stage 2.';
860 # Target to prepare building external modules
864 # Target to install modules
888 # boot a modules.dep even before / is mounted read-write. However the
904 modules modules_install: FORCE
906 @echo "The present busybox configuration has modules disabled."
917 # Leave enough to build external modules
934 # clean - Delete most, but leave enough to build external modules
1007 # When building external modules the kernel used as basis is considered
1014 # modules.
1016 # make M=dir modules Make all modules in specified dir
1017 # make M=dir Same as 'make M=dir modules'
1019 # Install the modules build in the module directory
1022 # We are always building modules
1034 echo " is missing; modules will have no dependencies and modversions."; \
1038 PHONY += $(module-dirs) modules
1042 modules: $(module-dirs)
1043 @echo ' Building modules, stage 2.';
1083 @echo ' Building external modules.'
1086 @echo ' modules - default target, build the module(s)'
1217 # - external modules