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
d32eddb8
Commit
d32eddb8
authored
Apr 16, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove list-multi plus associated link rules in drivers/acorn/*/Makefile
parent
d1fb0c5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
drivers/acorn/block/Makefile
drivers/acorn/block/Makefile
+0
-14
drivers/acorn/scsi/Makefile
drivers/acorn/scsi/Makefile
+0
-4
No files found.
drivers/acorn/block/Makefile
View file @
d32eddb8
#
# Makefile for the Acorn block device drivers.
#
# 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).
#
# Note 2! The CFLAGS definition is now inherited from the
# parent makefile.
#
USE_STANDARD_AS_RULE
:=
true
...
...
@@ -19,7 +12,6 @@ obj-n :=
obj-
:=
export-objs
:=
list-multi
:=
fd1772_mod.o mfmhd_mod.o
fd1772_mod-objs
:=
fd1772.o fd1772dma.o
mfmhd_mod-objs
:=
mfmhd.o mfm.o
...
...
@@ -27,9 +19,3 @@ obj-$(CONFIG_BLK_DEV_FD1772) += fd1772_mod.o
obj-$(CONFIG_BLK_DEV_MFM)
+=
mfmhd_mod.o
include
$(TOPDIR)/Rules.make
fd1772_mod.o
:
$(fd1772_mod-objs)
$(LD)
-r
-o
$@
$
(
fd1772_mod-objs
)
mfmhd_mod.o
:
$(mfmhd_mod-objs)
$(LD)
-r
-o
$@
$
(
mfmhd_mod-objs
)
drivers/acorn/scsi/Makefile
View file @
d32eddb8
...
...
@@ -12,7 +12,6 @@ obj-n :=
obj-
:=
export-objs
:=
fas216.o queue.o msgqueue.o
list-multi
:=
acornscsi_mod.o
acornscsi_mod-objs
:=
acornscsi.o acornscsi-io.o
obj-$(CONFIG_SCSI_ACORNSCSI_3)
+=
acornscsi_mod.o queue.o msgqueue.o
...
...
@@ -25,6 +24,3 @@ obj-$(CONFIG_SCSI_POWERTECSCSI) += powertec.o fas216.o queue.o msgqueue.o
obj-$(CONFIG_SCSI_EESOXSCSI)
+=
eesox.o fas216.o queue.o msgqueue.o
include
$(TOPDIR)/Rules.make
acornscsi_mod.o
:
$(acornscsi_mod-objs)
$(LD)
-r
-o
$@
$
(
acornscsi_mod-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