Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Freifunk Luebeck
openwrt
Commits
720ccbd9
Commit
720ccbd9
authored
12 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
kernel: move KERNEL_BUILD_DIR under BUILD_DIR to properly fix gcc/libc based dependencies
SVN-Revision: 34450
parent
38d3b8d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/kernel.mk
+1
-1
1 addition, 1 deletion
include/kernel.mk
with
1 addition
and
1 deletion
include/kernel.mk
+
1
−
1
View file @
720ccbd9
...
@@ -33,7 +33,7 @@ else
...
@@ -33,7 +33,7 @@ else
PATCH_DIR
?=
./patches
$(
if
$(
wildcard ./patches-
$(
KERNEL_PATCHVER
))
,-
$(
KERNEL_PATCHVER
))
PATCH_DIR
?=
./patches
$(
if
$(
wildcard ./patches-
$(
KERNEL_PATCHVER
))
,-
$(
KERNEL_PATCHVER
))
FILES_DIR
?=
$(
foreach
dir
,
$(
wildcard ./files ./files-
$(
KERNEL_PATCHVER
))
,
"
$(
dir
)
"
)
FILES_DIR
?=
$(
foreach
dir
,
$(
wildcard ./files ./files-
$(
KERNEL_PATCHVER
))
,
"
$(
dir
)
"
)
endif
endif
KERNEL_BUILD_DIR
?=
$(
BUILD_DIR
_BASE
)
/linux-
$(
BOARD
)$(
if
$(
SUBTARGET
)
,_
$(
SUBTARGET
))
$(
DIR_SUFFIX
)$(
if
$(
BUILD_SUFFIX
)
,_
$(
BUILD_SUFFIX
))
KERNEL_BUILD_DIR
?=
$(
BUILD_DIR
)
/linux-
$(
BOARD
)$(
if
$(
SUBTARGET
)
,_
$(
SUBTARGET
))
LINUX_DIR
?=
$(
KERNEL_BUILD_DIR
)
/linux-
$(
LINUX_VERSION
)
LINUX_DIR
?=
$(
KERNEL_BUILD_DIR
)
/linux-
$(
LINUX_VERSION
)
LINUX_VERMAGIC
:=
$(
strip
$(
shell
cat
$(
LINUX_DIR
)
/.vermagic 2>/dev/null
))
LINUX_VERMAGIC
:=
$(
strip
$(
shell
cat
$(
LINUX_DIR
)
/.vermagic 2>/dev/null
))
...
...
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