From 2ebe0c77e3626c8d6de0e80060233a8507adcae0 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Wed, 18 Mar 2015 22:04:39 +0800 Subject: MLK-10774-20 imx:mx6 add plugin support Add plugin support Signed-off-by: Peng Fan --- board/freescale/mx6qsabreauto/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'board/freescale/mx6qsabreauto/Makefile') diff --git a/board/freescale/mx6qsabreauto/Makefile b/board/freescale/mx6qsabreauto/Makefile index ac5bc81..33a7945 100644 --- a/board/freescale/mx6qsabreauto/Makefile +++ b/board/freescale/mx6qsabreauto/Makefile @@ -1,9 +1,13 @@ # # Copyright (C) 2007, Guennadi Liakhovetski # -# (C) Copyright 2011 Freescale Semiconductor, Inc. +# (C) Copyright 2011-2015 Freescale Semiconductor, Inc. # # SPDX-License-Identifier: GPL-2.0+ # obj-y := mx6qsabreauto.o + +extra-$(CONFIG_USE_PLUGIN) := plugin.bin +$(obj)/plugin.bin: $(obj)/plugin.o + $(OBJCOPY) -O binary --gap-fill 0xff $< $@ -- cgit v1.1