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
989ff8b2
Commit
989ff8b2
authored
Jun 29, 2003
by
Tom Rini
Committed by
Paul Mackerras
Jun 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Remove references to a removed file.
parent
f2e85a0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
arch/ppc/boot/simple/Makefile
arch/ppc/boot/simple/Makefile
+1
-10
No files found.
arch/ppc/boot/simple/Makefile
View file @
989ff8b2
...
@@ -47,19 +47,17 @@ endif
...
@@ -47,19 +47,17 @@ endif
ifeq
($(CONFIG_EBONY),y)
ifeq
($(CONFIG_EBONY),y)
ZIMAGE
:=
zImage-TREE
ZIMAGE
:=
zImage-TREE
ZIMAGEINITRD
:=
zImage.initrd-TREE
ZIMAGEINITRD
:=
zImage.initrd-TREE
EXTRA
:=
direct.o
END
:=
ebony
END
:=
ebony
ENTRYPOINT
:=
0x01000000
ENTRYPOINT
:=
0x01000000
TFTPIMAGE
:=
/tftpboot/zImage.
$(END)
TFTPIMAGE
:=
/tftpboot/zImage.
$(END)
endif
endif
ifeq
($(CONFIG_EV64260),y)
ifeq
($(CONFIG_EV64260),y)
EXTRA
:=
direct.o
misc-ev64260.o
EXTRA
:=
misc-ev64260.o
TFTPIMAGE
:=
/tftpboot/zImage.ev64260
TFTPIMAGE
:=
/tftpboot/zImage.ev64260
endif
endif
ifeq
($(CONFIG_GEMINI),y)
ifeq
($(CONFIG_GEMINI),y)
ZIMAGE
:=
zImage-STRIPELF
ZIMAGE
:=
zImage-STRIPELF
ZIMAGEINITRD
:=
zImage.initrd-STRIPELF
ZIMAGEINITRD
:=
zImage.initrd-STRIPELF
EXTRA
:=
direct.o
END
:=
gemini
END
:=
gemini
TFTPIMAGE
:=
/tftpboot/zImage.
$(END)
TFTPIMAGE
:=
/tftpboot/zImage.
$(END)
endif
endif
...
@@ -78,7 +76,6 @@ endif
...
@@ -78,7 +76,6 @@ endif
ifeq
($(CONFIG_MCPN765)$(CONFIG_MVME5100)$(CONFIG_PRPMC750)$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS),y)
ifeq
($(CONFIG_MCPN765)$(CONFIG_MVME5100)$(CONFIG_PRPMC750)$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS),y)
ZIMAGE
:=
zImage-PPLUS
ZIMAGE
:=
zImage-PPLUS
ZIMAGEINITRD
:=
zImage.initrd-PPLUS
ZIMAGEINITRD
:=
zImage.initrd-PPLUS
EXTRA
:=
direct.o
TFTPIMAGE
:=
/tftpboot/zImage.pplus
TFTPIMAGE
:=
/tftpboot/zImage.pplus
ZNETBOOT
:=
zImage.pplus
ZNETBOOT
:=
zImage.pplus
ZNETBOOTRD
:=
zImage.initrd.pplus
ZNETBOOTRD
:=
zImage.initrd.pplus
...
@@ -86,9 +83,6 @@ endif
...
@@ -86,9 +83,6 @@ endif
ifeq
($(CONFIG_PPLUS),y)
ifeq
($(CONFIG_PPLUS),y)
EXTRA
:=
legacy.o
EXTRA
:=
legacy.o
endif
endif
ifeq
($(CONFIG_PAL4),y)
EXTRA
:=
direct.o
endif
ifeq
($(CONFIG_PCORE)$(CONFIG_POWERPMC250),y)
ifeq
($(CONFIG_PCORE)$(CONFIG_POWERPMC250),y)
ZIMAGE
:=
zImage-STRIPELF
ZIMAGE
:=
zImage-STRIPELF
ZIMAGEINITRD
:=
zImage.initrd-STRIPELF
ZIMAGEINITRD
:=
zImage.initrd-STRIPELF
...
@@ -97,13 +91,11 @@ END := pcore
...
@@ -97,13 +91,11 @@ END := pcore
TFTPIMAGE
:=
/tftpboot/zImage.
$(END)
TFTPIMAGE
:=
/tftpboot/zImage.
$(END)
endif
endif
ifeq
($(CONFIG_SANDPOINT),y)
ifeq
($(CONFIG_SANDPOINT),y)
EXTRA
:=
direct.o
TFTPIMAGE
:=
/tftpboot/zImage.sandpoint
TFTPIMAGE
:=
/tftpboot/zImage.sandpoint
endif
endif
ifeq
($(CONFIG_SPRUCE),y)
ifeq
($(CONFIG_SPRUCE),y)
ZIMAGE
:=
zImage-TREE
ZIMAGE
:=
zImage-TREE
ZIMAGEINITRD
:=
zImage.initrd-TREE
ZIMAGEINITRD
:=
zImage.initrd-TREE
EXTRA
:=
direct.o
END
:=
spruce
END
:=
spruce
ENTRYPOINT
:=
0x00800000
ENTRYPOINT
:=
0x00800000
MISC
:=
misc-spruce.o
MISC
:=
misc-spruce.o
...
@@ -112,7 +104,6 @@ endif
...
@@ -112,7 +104,6 @@ endif
ifeq
($(CONFIG_ZX4500),y)
ifeq
($(CONFIG_ZX4500),y)
ZIMAGE
:=
zImage-STRIPELF
ZIMAGE
:=
zImage-STRIPELF
ZIMAGEINITRD
:=
zImage.initrd-STRIPELF
ZIMAGEINITRD
:=
zImage.initrd-STRIPELF
EXTRA
:=
direct.o
END
:=
zx4500
END
:=
zx4500
TFTPIMAGE
:=
/tftpboot/zImage.
$(END)
TFTPIMAGE
:=
/tftpboot/zImage.
$(END)
endif
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