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
e9c540cb
Commit
e9c540cb
authored
Sep 29, 2002
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Fix up export-objs for clps711x, integrator and sa1100
(From Thunder)
parent
5d9d305b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
arch/arm/mach-clps711x/Makefile
arch/arm/mach-clps711x/Makefile
+0
-2
arch/arm/mach-integrator/Makefile
arch/arm/mach-integrator/Makefile
+0
-2
arch/arm/mach-sa1100/Makefile
arch/arm/mach-sa1100/Makefile
+2
-2
No files found.
arch/arm/mach-clps711x/Makefile
View file @
e9c540cb
...
...
@@ -14,8 +14,6 @@ obj-m :=
obj-n
:=
obj-
:=
export-objs
:=
leds-p720t.o
obj-$(CONFIG_ARCH_AUTCPU12)
+=
autcpu12.o
obj-$(CONFIG_ARCH_CDB89712)
+=
cdb89712.o
obj-$(CONFIG_ARCH_CLEP7312)
+=
clep7312.o
...
...
arch/arm/mach-integrator/Makefile
View file @
e9c540cb
...
...
@@ -14,8 +14,6 @@ obj-m :=
obj-n
:=
obj-
:=
export-objs
:=
leds.o
obj-$(CONFIG_LEDS)
+=
leds.o
obj-$(CONFIG_PCI)
+=
pci_v3.o pci.o
...
...
arch/arm/mach-sa1100/Makefile
View file @
e9c540cb
...
...
@@ -11,8 +11,8 @@ obj-n :=
obj-
:=
led-y
:=
leds.o
export-objs
:=
dma.o generic.o
irq.o pcipool
.o sa1111.o sa1111-pcibuf.o
\
usb_ctl.o usb_recv.o usb_send.o
pm.o
export-objs
:=
dma.o generic.o
pcipool.o pm
.o sa1111.o sa1111-pcibuf.o
\
usb_ctl.o usb_recv.o usb_send.o
# This needs to be cleaned up. We probably need to have SA1100
# and SA1110 config symbols.
...
...
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