diff options
Diffstat (limited to 'qemu/roms/u-boot/board/freescale/mx31pdk/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/freescale/mx31pdk/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/freescale/mx31pdk/Makefile b/qemu/roms/u-boot/board/freescale/mx31pdk/Makefile new file mode 100644 index 000000000..754b3ea93 --- /dev/null +++ b/qemu/roms/u-boot/board/freescale/mx31pdk/Makefile @@ -0,0 +1,13 @@ +# +# (C) Copyright 2008 Magnus Lilja <lilja.magnus@gmail.com> +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifdef CONFIG_SPL_BUILD +obj-y += lowlevel_init.o +endif +obj-y += mx31pdk.o |