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
nexedi
linux
Commits
d1fb0c5e
Commit
d1fb0c5e
authored
Apr 15, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove list-multi plus associated link rule in arch/arm/*/Makefile
parent
92ebc650
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
arch/arm/mach-sa1100/Makefile
arch/arm/mach-sa1100/Makefile
+0
-8
arch/arm/nwfpe/Makefile
arch/arm/nwfpe/Makefile
+0
-7
No files found.
arch/arm/mach-sa1100/Makefile
View file @
d1fb0c5e
#
# Makefile for the linux kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
USE_STANDARD_AS_RULE
:=
true
...
...
@@ -115,7 +112,6 @@ export-objs += yopy.o
obj-$(CONFIG_LEDS)
+=
$
(
led-y
)
# SA1110 USB client support
list-multi
+=
sa1100usb_core.o
sa1100usb_core-objs
:=
usb_ctl.o usb_ep0.o usb_recv.o usb_send.o
obj-$(CONFIG_SA1100_USB)
+=
sa1100usb_core.o
obj-$(CONFIG_SA1100_USB_NETLINK)
+=
usb-eth.o
...
...
@@ -125,7 +121,3 @@ obj-$(CONFIG_SA1100_USB_CHAR) += usb-char.o
obj-$(CONFIG_PM)
+=
pm.o sleep.o
include
$(TOPDIR)/Rules.make
sa1100usb_core.o
:
$(sa1100usb_core-objs)
$(LD)
-r
-o
$@
$
(
sa1100usb_core-objs
)
arch/arm/nwfpe/Makefile
View file @
d1fb0c5e
#
# linux/arch/arm/nwfpe/Makefile
#
# Copyright (C) 1998, 1999, 2001 Philip Blundell
#
...
...
@@ -12,8 +10,6 @@ obj-y :=
obj-m
:=
obj-n
:=
list-multi
:=
nwfpe.o
obj-$(CONFIG_FPE_NWFPE)
+=
nwfpe.o
nwfpe-objs
:=
fpa11.o fpa11_cpdo.o fpa11_cpdt.o fpa11_cprt.o
\
...
...
@@ -27,6 +23,3 @@ nwfpe-objs += entry.o
endif
include
$(TOPDIR)/Rules.make
nwfpe.o
:
$(nwfpe-objs)
$(LD)
-r
-o
$@
$
(
nwfpe-objs
)
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