Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
f21701fb
Commit
f21701fb
authored
Nov 03, 2002
by
Matthew Wilcox
Committed by
David S. Miller
Nov 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[kbuild]: Use include_config instead of include-config.
parent
788603a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+4
-4
scripts/Makefile.build
scripts/Makefile.build
+1
-1
No files found.
Makefile
View file @
f21701fb
...
...
@@ -214,7 +214,7 @@ SUBDIRS :=
ifeq
($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
export
include
-
config
:=
1
export
include
_
config
:=
1
-include
.config
...
...
@@ -238,7 +238,7 @@ drivers-y := $(patsubst %/, %/built-in.o, $(drivers-y))
net-y
:=
$(
patsubst
%/, %/built-in.o,
$
(
net-y
))
libs-y
:=
$(
patsubst
%/, %/lib.a,
$
(
libs-y
))
ifdef
include
-
config
ifdef
include
_
config
# Here goes the main Makefile
# ===========================================================================
...
...
@@ -602,7 +602,7 @@ rpm: clean spec
rpm
-ta
$(TOPDIR)
/../
$(KERNELPATH)
.tar.gz
;
\
rm
$(TOPDIR)
/../
$(KERNELPATH)
.tar.gz
else
# ifdef include
-
config
else
# ifdef include
_
config
ifeq
($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),)
...
...
@@ -828,7 +828,7 @@ else # ifneq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),)
$(MAKE)
$@
endif
# ifeq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),)
endif
# ifdef include
-
config
endif
# ifdef include
_
config
# FIXME Should go into a make.lib or something
# ===========================================================================
...
...
scripts/Makefile.build
View file @
f21701fb
...
...
@@ -7,7 +7,7 @@ src := $(obj)
.PHONY
:
__build
__build
:
ifdef
include
-
config
ifdef
include
_
config
include
.config
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment