Commit 98e9aee33797c6319425aa729d828e9fe304774c
1 parent
79d7cd31f9
Exists in
master
and in
39 other branches
MIPS: STB22x: Move boards over to obj-y
Preparatory cleanup for moving Alchemy over to new MIPS Platform build system support. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff
arch/mips/Makefile
... | ... | @@ -194,9 +194,9 @@ |
194 | 194 | # NXP STB225 |
195 | 195 | core-$(CONFIG_SOC_PNX833X) += arch/mips/pnx833x/common/ |
196 | 196 | cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x |
197 | -libs-$(CONFIG_NXP_STB220) += arch/mips/pnx833x/stb22x/ | |
197 | +core-$(CONFIG_NXP_STB220) += arch/mips/pnx833x/stb22x/ | |
198 | 198 | load-$(CONFIG_NXP_STB220) += 0xffffffff80001000 |
199 | -libs-$(CONFIG_NXP_STB225) += arch/mips/pnx833x/stb22x/ | |
199 | +core-$(CONFIG_NXP_STB225) += arch/mips/pnx833x/stb22x/ | |
200 | 200 | load-$(CONFIG_NXP_STB225) += 0xffffffff80001000 |
201 | 201 | |
202 | 202 | # |
arch/mips/pnx833x/stb22x/Makefile