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>
This commit is contained in:
Arnd Bergmann 2011-07-28 14:33:40 +00:00
Родитель 885f24e152
Коммит 18cb63b3f3
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл