Skip to content

Commit

Permalink
ARM: OMAP: SRAM: Move sram-fn.S from plat-omap to mach-omap1
Browse files Browse the repository at this point in the history
This file is omap1 specific.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Jul 3, 2008
1 parent 97b7f71 commit 99f143b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# Common support
obj-y := io.o id.o clock.o irq.o mux.o serial.o devices.o
obj-y := io.o id.o sram.o clock.o irq.o mux.o serial.o devices.o

obj-$(CONFIG_OMAP_MPU_TIMER) += time.o
obj-$(CONFIG_OMAP_32K_TIMER) += timer32k.o
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# Common support
obj-y := common.o sram.o sram-fn.o clock.o devices.o dma.o mux.o gpio.o \
obj-y := common.o sram.o clock.o devices.o dma.o mux.o gpio.o \
usb.o fb.o
obj-m :=
obj-n :=
Expand Down

0 comments on commit 99f143b

Please sign in to comment.