diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-07 18:02:01 +0900 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-04-20 13:16:42 +0200 |
commit | 7e3d473b5ec5ee2cf6220ce15d9f87c565d98b05 (patch) | |
tree | 647f4c97144c1be1676871d1ac95afce417d54d9 /arch/mips/cpu/xburst/Makefile | |
parent | 79fd7e649e287228a1445820a72f7dd33baedb96 (diff) |
mips: xburst: remove remainders of dead board
Commit 54e458de deleted qi_lb60 board support
because of the incompatible license issue.
There is no board with XBurst CPU.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/cpu/xburst/Makefile')
-rw-r--r-- | arch/mips/cpu/xburst/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/cpu/xburst/Makefile b/arch/mips/cpu/xburst/Makefile deleted file mode 100644 index 57714d0c95..0000000000 --- a/arch/mips/cpu/xburst/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2011 Xiangfu Liu <xiangfu@openmobilefree.net> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -extra-y = start.o -obj-y = cpu.o timer.o jz_serial.o -obj-$(CONFIG_JZ4740) += jz4740.o |