浏览代码

ARM: zynq: remove incorrectly deleted file

My previous commit left the file empty and present in the
Makefile, which is a bit dirty and caused problems with
'make distclean', as pointed out by David Howells.
This hopefully cleans it up the right way.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: David Howells <dhowells@redhat.com>
Acked-by: John Linn <john.linn@xilinx.com>
Arnd Bergmann 14 年之前
父节点
当前提交
18cb63b3f3
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-zynq/Makefile
  2. 0 0
      arch/arm/mach-zynq/board_dt.c

+ 1 - 1
arch/arm/mach-zynq/Makefile

@@ -3,4 +3,4 @@
 #
 
 # Common support
-obj-y 				:= common.o timer.o board_dt.o
+obj-y				:= common.o timer.o

+ 0 - 0
arch/arm/mach-zynq/board_dt.c