Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204508
b: refs/heads/master
c: 026dab3
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Aug 5, 2010
1 parent ab04054 commit 76be4e4
Show file tree
Hide file tree
Showing 5 changed files with 10 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: f70a974dd04619575723331a4f767254b76e3c8e
refs/heads/master: 026dab3c51d3d6129cf66f24bc592e9315856fdb
1 change: 1 addition & 0 deletions trunk/arch/mips/Kbuild.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ platforms += loongson
platforms += mipssim
platforms += mti-malta
platforms += pmc-sierra
platforms += powertv
platforms += rb532
platforms += sgi-ip22
platforms += sgi-ip27
Expand Down
7 changes: 0 additions & 7 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,6 @@ cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh
core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/
load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000

#
# Cisco PowerTV Platform
#
core-$(CONFIG_POWERTV) += arch/mips/powertv/
cflags-$(CONFIG_POWERTV) += -I$(srctree)/arch/mips/include/asm/mach-powertv
load-$(CONFIG_POWERTV) += 0xffffffff90800000

#
# Sibyte SB1250/BCM1480 SOC
#
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/powertv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \
asic/ pci/

EXTRA_CFLAGS += -Wall -Werror
EXTRA_CFLAGS += -Wall
7 changes: 7 additions & 0 deletions trunk/arch/mips/powertv/Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Cisco PowerTV Platform
#
platform-$(CONFIG_POWERTV) += powertv/
cflags-$(CONFIG_POWERTV) += \
-I$(srctree)/arch/mips/include/asm/mach-powertv
load-$(CONFIG_POWERTV) += 0xffffffff90800000

0 comments on commit 76be4e4

Please sign in to comment.