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
978da5bc
Commit
978da5bc
authored
Jan 05, 2010
by
Eric Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] mmp: rename irq.c to irq-pxa168.c to allow other SoC IRQ chips
Signed-off-by:
Eric Miao
<
eric.y.miao@gmail.com
>
parent
e6dac5e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/arm/mach-mmp/Makefile
arch/arm/mach-mmp/Makefile
+3
-3
arch/arm/mach-mmp/irq-pxa168.c
arch/arm/mach-mmp/irq-pxa168.c
+0
-0
No files found.
arch/arm/mach-mmp/Makefile
View file @
978da5bc
...
...
@@ -2,11 +2,11 @@
# Makefile for Marvell's PXA168 processors line
#
obj-y
+=
common.o clock.o devices.o
irq.o
time.o
obj-y
+=
common.o clock.o devices.o time.o
# SoC support
obj-$(CONFIG_CPU_PXA168)
+=
pxa168.o
obj-$(CONFIG_CPU_PXA910)
+=
pxa910.o
obj-$(CONFIG_CPU_PXA168)
+=
pxa168.o
irq-pxa168.o
obj-$(CONFIG_CPU_PXA910)
+=
pxa910.o
irq-pxa168.o
# board support
obj-$(CONFIG_MACH_ASPENITE)
+=
aspenite.o
...
...
arch/arm/mach-mmp/irq.c
→
arch/arm/mach-mmp/irq
-pxa168
.c
View file @
978da5bc
File moved
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