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
8dfb2c6b
Commit
8dfb2c6b
authored
Jan 14, 2003
by
Ivan Kokshaysky
Committed by
Richard Henderson
Jan 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] alpha bootp target
From Jeff.Wiedemeier@hp.com: Fix alpha Makefiles for bootpfile target.
parent
39bcaa15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
arch/alpha/Makefile
arch/alpha/Makefile
+4
-0
arch/alpha/boot/Makefile
arch/alpha/boot/Makefile
+5
-2
No files found.
arch/alpha/Makefile
View file @
8dfb2c6b
...
@@ -96,6 +96,10 @@ core-y += arch/alpha/kernel/ arch/alpha/mm/
...
@@ -96,6 +96,10 @@ core-y += arch/alpha/kernel/ arch/alpha/mm/
core-$(CONFIG_MATHEMU)
+=
arch
/alpha/math-emu/
core-$(CONFIG_MATHEMU)
+=
arch
/alpha/math-emu/
libs-y
+=
arch
/alpha/lib/
libs-y
+=
arch
/alpha/lib/
# export what is needed by arch/alpha/boot/Makefile
LIBS_Y
:=
$(
patsubst
%/, %/lib.a,
$
(
libs-y
))
export
LIBS_Y
boot
:=
arch
/alpha/boot
boot
:=
arch
/alpha/boot
#Default target when executing make with no arguments
#Default target when executing make with no arguments
...
...
arch/alpha/boot/Makefile
View file @
8dfb2c6b
...
@@ -72,8 +72,11 @@ $(obj)/tools/bootph: $(obj)/bootpheader $(OBJSTRIP) FORCE
...
@@ -72,8 +72,11 @@ $(obj)/tools/bootph: $(obj)/bootpheader $(OBJSTRIP) FORCE
LDFLAGS_bootloader
:=
-static
-uvsprintf
-T
#-N -relax
LDFLAGS_bootloader
:=
-static
-uvsprintf
-T
#-N -relax
LDFLAGS_bootpheader
:=
-static
-uvsprintf
-T
#-N -relax
LDFLAGS_bootpheader
:=
-static
-uvsprintf
-T
#-N -relax
$(obj)/bootloader
:
$(obj)/bootloader.lds $(obj)/head.o $(obj)/main.o FORCE
OBJ_bootlx
:=
$(obj)
/head.o
$(obj)
/main.o
OBJ_bootph
:=
$(obj)
/head.o
$(obj)
/bootp.o
$(obj)/bootloader
:
$(obj)/bootloader.lds $(OBJ_bootlx) FORCE
$(
call
if_changed,ld
)
$(
call
if_changed,ld
)
$(obj)/bootpheader
:
$(obj)/bootloader.lds $(
obj)/head.o $(obj)/bootp.o
FORCE
$(obj)/bootpheader
:
$(obj)/bootloader.lds $(
OBJ_bootph) $(LIBS_Y)
FORCE
$(
call
if_changed,ld
)
$(
call
if_changed,ld
)
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