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