From b36bd6175bccc76102831d1110519c6e41a1d7c6 Mon Sep 17 00:00:00 2001 From: Wig C Date: Fri, 4 Dec 2015 17:46:23 +0800 Subject: MA-9190 Add pico-imx7d board support Ethnet is not supported in uboot. But ethnet on kernel relay the config in uboot. Once ethnet on kernel is indepedent, will remove ethnet code in uboot. Change-Id: If44705d2fbfc1c596cbce010ff7106fcd7556b9f --- board/technexion/pico-imx7d/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 board/technexion/pico-imx7d/Makefile (limited to 'board/technexion/pico-imx7d/Makefile') diff --git a/board/technexion/pico-imx7d/Makefile b/board/technexion/pico-imx7d/Makefile new file mode 100644 index 0000000..30bba14 --- /dev/null +++ b/board/technexion/pico-imx7d/Makefile @@ -0,0 +1,10 @@ +# (C) Copyright 2015 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := pico-imx7d.o + +extra-$(CONFIG_USE_PLUGIN) := plugin.bin +$(obj)/plugin.bin: $(obj)/plugin.o + $(OBJCOPY) -O binary --gap-fill 0xff $< $@ -- cgit v1.1