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
2733807a
Commit
2733807a
authored
Oct 04, 2003
by
Rusty Russell
Committed by
Linus Torvalds
Oct 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix Linux 2.5 -> Linux 2.6
From: Holger Schurig <h.schurig@mn-logistik.de>
parent
1698536c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
scripts/Makefile.build
scripts/Makefile.build
+6
-6
No files found.
scripts/Makefile.build
View file @
2733807a
...
...
@@ -25,27 +25,27 @@ endif
ifdef
EXTRA_TARGETS
$(warning kbuild
:
$(obj)/Makefile - Usage of EXTRA_TARGETS is obsolete in 2.
5
. Please fix!)
$(warning kbuild
:
$(obj)/Makefile - Usage of EXTRA_TARGETS is obsolete in 2.
6
. Please fix!)
endif
ifdef
build-targets
$(warning kbuild
:
$(obj)/Makefile - Usage of build-targets is obsolete in 2.
5
. Please fix!)
$(warning kbuild
:
$(obj)/Makefile - Usage of build-targets is obsolete in 2.
6
. Please fix!)
endif
ifdef
export-objs
$(warning kbuild
:
$(obj)/Makefile - Usage of export-objs is obsolete in 2.
5
. Please fix!)
$(warning kbuild
:
$(obj)/Makefile - Usage of export-objs is obsolete in 2.
6
. Please fix!)
endif
ifdef
O_TARGET
$(warning kbuild
:
$(obj)/Makefile - Usage of O_TARGET := $(O_TARGET) is obsolete in 2.
5
. Please fix!)
$(warning kbuild
:
$(obj)/Makefile - Usage of O_TARGET := $(O_TARGET) is obsolete in 2.
6
. Please fix!)
endif
ifdef
L_TARGET
$(error kbuild
:
$(obj)/Makefile - Use of L_TARGET is replaced by lib-y in 2.
5
. Please fix!)
$(error kbuild
:
$(obj)/Makefile - Use of L_TARGET is replaced by lib-y in 2.
6
. Please fix!)
endif
ifdef
list-multi
$(warning kbuild
:
$(obj)/Makefile - list-multi := $(list-multi) is obsolete in 2.
5
. Please fix!)
$(warning kbuild
:
$(obj)/Makefile - list-multi := $(list-multi) is obsolete in 2.
6
. Please fix!)
endif
ifndef
obj
...
...
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