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
a8c7db20
Commit
a8c7db20
authored
Sep 23, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: Convert missed L_TARGET references
When converting all L_TARGETs to lib.a, I missed these instances.
parent
050aa25b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
arch/ppc/boot/openfirmware/Makefile
arch/ppc/boot/openfirmware/Makefile
+1
-1
arch/ppc/boot/prep/Makefile
arch/ppc/boot/prep/Makefile
+1
-1
arch/ppc/boot/simple/Makefile
arch/ppc/boot/simple/Makefile
+1
-1
No files found.
arch/ppc/boot/openfirmware/Makefile
View file @
a8c7db20
...
...
@@ -21,7 +21,7 @@ CHRPOBJS = ../common/crt0.o $(COMMONOBJS) chrpmain.o
NEWWORLDOBJS
=
../common/crt0.o
$(COMMONOBJS)
newworldmain.o
EXTRA_TARGETS
:=
$(COFFOBJS)
$(CHRPOBJS)
$(NEWWORLDOBJS)
LIBS
=
$(TOPDIR)
/lib/lib.a ../lib/
z
lib.a ../of1275/of1275.a
LIBS
=
$(TOPDIR)
/lib/lib.a ../lib/lib.a ../of1275/of1275.a
ADDNOTE
:=
../utils/addnote
MKNOTE
:=
../utils/mknote
...
...
arch/ppc/boot/prep/Makefile
View file @
a8c7db20
...
...
@@ -24,7 +24,7 @@ boot-y := head.o ../simple/legacy.o misc.o \
../common/misc-common.o
\
../common/mpc10x_memory.o
OBJCOPY_ARGS
=
-O
elf32-powerpc
LIBS
=
../lib/
z
lib.a
LIBS
=
../lib/lib.a
boot-$(CONFIG_SERIAL_8250_CONSOLE)
+=
../common/ns16550.o
boot-$(CONFIG_VGA_CONSOLE)
+=
vreset.o kbd.o
...
...
arch/ppc/boot/simple/Makefile
View file @
a8c7db20
...
...
@@ -152,7 +152,7 @@ endif
boot-$(CONFIG_SERIAL_8250_CONSOLE)
+=
../common/ns16550.o
EXTRA_TARGETS
:=
$
(
boot-y
)
LIBS
:=
../lib/
z
lib.a
LIBS
:=
../lib/lib.a
# Tools
MKBUGBOOT
:=
../utils/mkbugboot
...
...
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