Skip to content

Commit

Permalink
ARM: zynq: remove incorrectly deleted file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Jul 28, 2011
1 parent 885f24e commit 18cb63b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-zynq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#

# Common support
obj-y := common.o timer.o board_dt.o
obj-y := common.o timer.o
Empty file removed arch/arm/mach-zynq/board_dt.c
Empty file.

0 comments on commit 18cb63b

Please sign in to comment.