diff options
Diffstat (limited to 'qemu/roms/u-boot/board/davinci/da8xxevm/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/davinci/da8xxevm/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/qemu/roms/u-boot/board/davinci/da8xxevm/Makefile b/qemu/roms/u-boot/board/davinci/da8xxevm/Makefile deleted file mode 100644 index d3acacc33..000000000 --- a/qemu/roms/u-boot/board/davinci/da8xxevm/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# (C) Copyright 2000, 2001, 2002 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-$(CONFIG_MACH_DAVINCI_DA830_EVM) += da830evm.o -obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += da850evm.o -obj-$(CONFIG_MACH_DAVINCI_HAWK) += hawkboard.o |