diff options
Diffstat (limited to 'qemu/roms/u-boot/board/technexion/twister/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/technexion/twister/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/technexion/twister/Makefile b/qemu/roms/u-boot/board/technexion/twister/Makefile new file mode 100644 index 000000000..2a910211f --- /dev/null +++ b/qemu/roms/u-boot/board/technexion/twister/Makefile @@ -0,0 +1,9 @@ +# +# Copyright (C) 2011 Ilya Yanok, Emcraft Systems +# +# Based on ti/evm/Makefile +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := twister.o |