Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204489
b: refs/heads/master
c: 5d25b01
h: refs/heads/master
i:
  204487: a86b3d6
v: v3
  • Loading branch information
Sam Ravnborg authored and Ralf Baechle committed Aug 5, 2010
1 parent f396529 commit bbd9fbd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66f9ba101f54bda63ab1db97f9e9e94763d0651b
refs/heads/master: 5d25b01cf90c1a27d196a52f48d5364458b80b86
3 changes: 3 additions & 0 deletions trunk/arch/mips/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# CFLAGS_<file.o> := -Wno-error
subdir-ccflags-y := -Werror

# platform specific definitions
include arch/mips/Kbuild.platforms
obj-y := $(platform-y)

# mips object files
# The object files are linked as core-y files would be linked
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/mips/Kbuild.platforms
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# All platforms listed in alphabetic order

platforms += ar7

# include the platform specific files
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
8 changes: 1 addition & 7 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,7 @@ endif
#
# Board-dependent options and extra files
#

#
# Texas Instruments AR7
#
core-$(CONFIG_AR7) += arch/mips/ar7/
cflags-$(CONFIG_AR7) += -I$(srctree)/arch/mips/include/asm/mach-ar7
load-$(CONFIG_AR7) += 0xffffffff94100000
include $(srctree)/arch/mips/Kbuild.platforms

#
# Acer PICA 61, Mips Magnum 4000 and Olivetti M700.
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/ar7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ obj-y := \
platform.o \
gpio.o \
clock.o
EXTRA_CFLAGS += -Werror
6 changes: 6 additions & 0 deletions trunk/arch/mips/ar7/Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# Texas Instruments AR7
#
platform-$(CONFIG_AR7) += ar7/
cflags-$(CONFIG_AR7) += -I$(srctree)/arch/mips/include/asm/mach-ar7
load-$(CONFIG_AR7) += 0xffffffff94100000

0 comments on commit bbd9fbd

Please sign in to comment.