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
19485cff
Commit
19485cff
authored
Jun 15, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: Remove remaining references to mkdep
Since mkdep is gone, calling it is surely no a good idea anymore.
parent
4d0b85ea
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
arch/ppc/Makefile
arch/ppc/Makefile
+1
-2
arch/ppc64/Makefile
arch/ppc64/Makefile
+1
-1
arch/ppc64/boot/Makefile
arch/ppc64/boot/Makefile
+0
-3
No files found.
arch/ppc/Makefile
View file @
19485cff
...
@@ -117,5 +117,4 @@ archclean:
...
@@ -117,5 +117,4 @@ archclean:
archmrproper
:
archmrproper
:
archdep
:
scripts/mkdep
archdep
:
$(MAKEBOOT)
fastdep
arch/ppc64/Makefile
View file @
19485cff
...
@@ -67,4 +67,4 @@ archclean:
...
@@ -67,4 +67,4 @@ archclean:
archmrproper
:
archmrproper
:
archdep
:
archdep
:
$(MAKEBOOT)
fast
dep
$(MAKEBOOT)
dep
arch/ppc64/boot/Makefile
View file @
19485cff
...
@@ -121,9 +121,6 @@ imagesize.c: vmlinux.gz
...
@@ -121,9 +121,6 @@ imagesize.c: vmlinux.gz
clean
:
clean
:
rm
-f
piggyback note addnote
$(OBJS)
zImage zImage.initrd vmlinux.gz no_initrd.o imagesize.c addSystemMap vmlinux.sm addRamDisk vmlinux.initrd vmlinux.sminitrd
rm
-f
piggyback note addnote
$(OBJS)
zImage zImage.initrd vmlinux.gz no_initrd.o imagesize.c addSystemMap vmlinux.sm addRamDisk vmlinux.initrd vmlinux.sminitrd
fastdep
:
$(TOPDIR)
/scripts/mkdep
*
.[Sch]
>
.depend
dep
:
dep
:
$(CPP)
$(CPPFLAGS)
-M
*
.S
*
.c
>
.depend
$(CPP)
$(CPPFLAGS)
-M
*
.S
*
.c
>
.depend
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