diff options
Diffstat (limited to 'qemu/roms/u-boot/board/atmel/atstk1000/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/atmel/atstk1000/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/atmel/atstk1000/Makefile b/qemu/roms/u-boot/board/atmel/atstk1000/Makefile new file mode 100644 index 000000000..ad76631b9 --- /dev/null +++ b/qemu/roms/u-boot/board/atmel/atstk1000/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2001-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# Copyright (C) 2005-2006 Atmel Corporation +# +# SPDX-License-Identifier: GPL-2.0+ + +obj-y += atstk1000.o |