diff options
Diffstat (limited to 'qemu/roms/u-boot/board/synopsys/axs101/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/synopsys/axs101/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/synopsys/axs101/Makefile b/qemu/roms/u-boot/board/synopsys/axs101/Makefile new file mode 100644 index 000000000..f0965f784 --- /dev/null +++ b/qemu/roms/u-boot/board/synopsys/axs101/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += axs101.o +obj-$(CONFIG_CMD_NAND) += nand.o |