Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204521
b: refs/heads/master
c: ad5f263
h: refs/heads/master
i:
  204519: 7d07561
v: v3
  • Loading branch information
Ralf Baechle committed Aug 5, 2010
1 parent 746ee6f commit ff3ae7a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 21 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: 91a548d57e9c95bb47b66d9d3ac0bf381619a6e7
refs/heads/master: ad5f2635578a19ff8885bff1ef4d5adf7193cb02
1 change: 1 addition & 0 deletions trunk/arch/mips/Kbuild.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ platforms += mipssim
platforms += mti-malta
platforms += pmc-sierra
platforms += pnx833x
platforms += pnx8550
platforms += powertv
platforms += rb532
platforms += sgi-ip22
Expand Down
18 changes: 0 additions & 18 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,24 +191,6 @@ endif
#
include $(srctree)/arch/mips/Kbuild.platforms

#
# Common NXP PNX8550
#
core-$(CONFIG_SOC_PNX8550) += arch/mips/pnx8550/common/
cflags-$(CONFIG_SOC_PNX8550) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550

#
# NXP PNX8550 JBS board
#
core-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/
#cflags-$(CONFIG_PNX8550_JBS) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550
load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000

# NXP PNX8550 STB810 board
#
core-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/
load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000

cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
drivers-$(CONFIG_PCI) += arch/mips/pci/

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/mips/pnx8550/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-$(CONFIG_SOC_PNX8550) += common/
obj-$(CONFIG_PNX8550_JBS) += jbs/
obj-$(CONFIG_PNX8550_STB810) += stb810/
7 changes: 7 additions & 0 deletions trunk/arch/mips/pnx8550/Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
platform-$(CONFIG_SOC_PNX8550) += pnx8550/

cflags-$(CONFIG_SOC_PNX8550) += \
-I$(srctree)/arch/mips/include/asm/mach-pnx8550

load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000
load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000
2 changes: 0 additions & 2 deletions trunk/arch/mips/pnx8550/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@

obj-y := setup.o prom.o int.o reset.o time.o proc.o platform.o
obj-$(CONFIG_PCI) += pci.o

EXTRA_CFLAGS += -Werror

0 comments on commit ff3ae7a

Please sign in to comment.