diff options
Diffstat (limited to 'qemu/roms/u-boot/board/ti/am335x/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/ti/am335x/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/ti/am335x/Makefile b/qemu/roms/u-boot/board/ti/am335x/Makefile new file mode 100644 index 000000000..804ac379d --- /dev/null +++ b/qemu/roms/u-boot/board/ti/am335x/Makefile @@ -0,0 +1,13 @@ +# +# Makefile +# +# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),) +obj-y := mux.o +endif + +obj-y += board.o |