Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
a06748ab
Commit
a06748ab
authored
Sep 19, 2007
by
Russell King
Committed by
Russell King
Oct 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] pxa: tidy up arch/arm/mach-pxa/Makefile
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
c95530c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/Makefile
+16
-16
No files found.
arch/arm/mach-pxa/Makefile
View file @
a06748ab
...
...
@@ -3,36 +3,36 @@
#
# Common support (must be linked before board specific support)
obj-y
+=
clock.o generic.o irq.o dma.o time.o
obj-$(CONFIG_PXA25x)
+=
pxa25x.o
obj-$(CONFIG_PXA27x)
+=
pxa27x.o
obj-y
+=
clock.o generic.o irq.o dma.o time.o
obj-$(CONFIG_PXA25x)
+=
pxa25x.o
obj-$(CONFIG_PXA27x)
+=
pxa27x.o
# Specific board support
obj-$(CONFIG_ARCH_LUBBOCK)
+=
lubbock.o
obj-$(CONFIG_ARCH_LUBBOCK)
+=
lubbock.o
obj-$(CONFIG_MACH_LOGICPD_PXA270)
+=
lpd270.o
obj-$(CONFIG_MACH_MAINSTONE)
+=
mainstone.o
obj-$(CONFIG_ARCH_PXA_IDP)
+=
idp.o
obj-$(CONFIG_MACH_MAINSTONE)
+=
mainstone.o
obj-$(CONFIG_ARCH_PXA_IDP)
+=
idp.o
obj-$(CONFIG_MACH_TRIZEPS4)
+=
trizeps4.o
obj-$(CONFIG_PXA_SHARP_C7xx)
+=
corgi.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o corgi_pm.o
obj-$(CONFIG_PXA_SHARP_Cxx00)
+=
spitz.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o spitz_pm.o
obj-$(CONFIG_MACH_AKITA)
+=
akita-ioexp.o
obj-$(CONFIG_MACH_POODLE)
+=
poodle.o corgi_ssp.o
obj-$(CONFIG_MACH_TOSA)
+=
tosa.o
obj-$(CONFIG_MACH_EM_X270)
+=
em-x270.o
obj-$(CONFIG_MACH_TOSA)
+=
tosa.o
obj-$(CONFIG_MACH_EM_X270)
+=
em-x270.o
# Support for blinky lights
led-y
:=
leds.o
led-$(CONFIG_ARCH_LUBBOCK)
+=
leds-lubbock.o
led-$(CONFIG_MACH_MAINSTONE)
+=
leds-mainstone.o
led-$(CONFIG_ARCH_PXA_IDP)
+=
leds-idp.o
led-$(CONFIG_MACH_TRIZEPS4)
+=
leds-trizeps4.o
led-$(CONFIG_ARCH_LUBBOCK)
+=
leds-lubbock.o
led-$(CONFIG_MACH_MAINSTONE)
+=
leds-mainstone.o
led-$(CONFIG_ARCH_PXA_IDP)
+=
leds-idp.o
led-$(CONFIG_MACH_TRIZEPS4)
+=
leds-trizeps4.o
obj-$(CONFIG_LEDS)
+=
$
(
led-y
)
obj-$(CONFIG_LEDS)
+=
$
(
led-y
)
# Misc features
obj-$(CONFIG_PM)
+=
pm.o sleep.o
obj-$(CONFIG_PXA_SSP)
+=
ssp.o
obj-$(CONFIG_PM)
+=
pm.o sleep.o
obj-$(CONFIG_PXA_SSP)
+=
ssp.o
ifeq
($(CONFIG_PXA27x),y)
obj-$(CONFIG_PM)
+=
standby.o
obj-$(CONFIG_PM)
+=
standby.o
endif
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