diff options
Diffstat (limited to 'qemu/roms/u-boot/board/8dtech/eco5pk/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/8dtech/eco5pk/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/8dtech/eco5pk/Makefile b/qemu/roms/u-boot/board/8dtech/eco5pk/Makefile new file mode 100644 index 000000000..3333781fb --- /dev/null +++ b/qemu/roms/u-boot/board/8dtech/eco5pk/Makefile @@ -0,0 +1,10 @@ +# +# (C) Copyright 2000, 2001, 2002 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# Adapted from ti/evm/Makefile +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := eco5pk.o |