diff options
Diffstat (limited to 'roms/u-boot/board/freescale/imxrt1050-evk/Makefile')
-rw-r--r-- | roms/u-boot/board/freescale/imxrt1050-evk/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/imxrt1050-evk/Makefile b/roms/u-boot/board/freescale/imxrt1050-evk/Makefile new file mode 100644 index 000000000..0e984d1d7 --- /dev/null +++ b/roms/u-boot/board/freescale/imxrt1050-evk/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2019 +# Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com> + +obj-y := imxrt1050-evk.o |