Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
bec2fe7c
Commit
bec2fe7c
authored
17 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
remove CONFIG_JLEVEL. use make -j in the future
SVN-Revision: 8237
parent
49e628f7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Config.in
+0
-7
0 additions, 7 deletions
Config.in
include/kernel-defaults.mk
+2
-2
2 additions, 2 deletions
include/kernel-defaults.mk
with
2 additions
and
9 deletions
Config.in
+
0
−
7
View file @
bec2fe7c
...
@@ -101,13 +101,6 @@ config TAR_VERBOSITY
...
@@ -101,13 +101,6 @@ config TAR_VERBOSITY
prompt "Tar verbose" if BUILDOPTS
prompt "Tar verbose" if BUILDOPTS
default n
default n
config JLEVEL
int
prompt "Number of jobs to run simultaneously" if BUILDOPTS
default "1"
help
Number of jobs to run simultanesouly
config CCACHE
config CCACHE
bool
bool
prompt "Use ccache" if BUILDOPTS
prompt "Use ccache" if BUILDOPTS
...
...
This diff is collapsed.
Click to expand it.
include/kernel-defaults.mk
+
2
−
2
View file @
bec2fe7c
...
@@ -59,7 +59,7 @@ endef
...
@@ -59,7 +59,7 @@ endef
define
Kernel/CompileModules/Default
define
Kernel/CompileModules/Default
rm
-f
$(LINUX_DIR)/vmlinux
$(LINUX_DIR)/System.map
rm
-f
$(LINUX_DIR)/vmlinux
$(LINUX_DIR)/System.map
$(MAKE)
-j$(CONFIG_JLEVEL)
$(KERNEL_MAKEOPTS)
CC
=
"
$(
KERNEL_CC
)
"
modules
$(MAKE)
$(KERNEL_MAKEOPTS)
CC
=
"
$(
KERNEL_CC
)
"
modules
endef
endef
ifeq
($(KERNEL),2.6)
ifeq
($(KERNEL),2.6)
...
@@ -82,7 +82,7 @@ ifeq ($(KERNEL),2.6)
...
@@ -82,7 +82,7 @@ ifeq ($(KERNEL),2.6)
endif
endif
define
Kernel/CompileImage/Default
define
Kernel/CompileImage/Default
$(
call
Kernel/SetInitramfs
)
$(
call
Kernel/SetInitramfs
)
$(MAKE)
-j$(CONFIG_JLEVEL)
$(KERNEL_MAKEOPTS)
CC
=
"
$(
KERNEL_CC
)
"
$(
KERNELNAME
)
$(MAKE)
$(KERNEL_MAKEOPTS)
CC
=
"
$(
KERNEL_CC
)
"
$(
KERNELNAME
)
$(KERNEL_CROSS)objcopy
-O
binary
-R
.reginfo
-R
.note
-R
.comment
-R
.mdebug
-S
$(LINUX_DIR)/vmlinux
$(LINUX_KERNEL)
$(KERNEL_CROSS)objcopy
-O
binary
-R
.reginfo
-R
.note
-R
.comment
-R
.mdebug
-S
$(LINUX_DIR)/vmlinux
$(LINUX_KERNEL)
$(KERNEL_CROSS)objcopy
-R
.reginfo
-R
.note
-R
.comment
-R
.mdebug
-S
$(LINUX_DIR)/vmlinux
$(KERNEL_BUILD_DIR)/vmlinux.elf
$(KERNEL_CROSS)objcopy
-R
.reginfo
-R
.note
-R
.comment
-R
.mdebug
-S
$(LINUX_DIR)/vmlinux
$(KERNEL_BUILD_DIR)/vmlinux.elf
endef
endef
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment