diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-06-25 12:57:54 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-01 15:10:55 +0200 |
commit | a7543d6003bcd73b57d5244ce78cfe9462755f90 (patch) | |
tree | 14e94a8ac7e7415891f258e2755108d9f4efc628 /arch/mips/sibyte | |
parent | 1afb49d0e6429ba3997a3dfccb281bc473c4543e (diff) | |
download | op-kernel-dev-a7543d6003bcd73b57d5244ce78cfe9462755f90.zip op-kernel-dev-a7543d6003bcd73b57d5244ce78cfe9462755f90.tar.gz |
MIPS: Sibyte: Remove duplicate but harmless line from Platform file.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte')
-rw-r--r-- | arch/mips/sibyte/Platform | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sibyte/Platform b/arch/mips/sibyte/Platform index d03a075..af9ee6a 100644 --- a/arch/mips/sibyte/Platform +++ b/arch/mips/sibyte/Platform @@ -13,7 +13,6 @@ cflags-$(CONFIG_SIBYTE_BCM112X) += \ -I$(srctree)/arch/mips/include/asm/mach-sibyte \ -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL -platform-$(CONFIG_SIBYTE_SB1250) += sibyte/ cflags-$(CONFIG_SIBYTE_SB1250) += \ -I$(srctree)/arch/mips/include/asm/mach-sibyte \ -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL |