summaryrefslogtreecommitdiff
path: root/board/freescale/mx6slevk/Makefile
blob: 7c6b54ca8241a290010eb8f728b125fca9ac4c28 (plain)
1
2
3
4
5
6
7
8
9
10
# (C) Copyright 2013-2015 Freescale Semiconductor, Inc.
#
# SPDX-License-Identifier:	GPL-2.0+
#

obj-y  := mx6slevk.o

extra-$(CONFIG_USE_PLUGIN) :=  plugin.bin
$(obj)/plugin.bin: $(obj)/plugin.o
	$(OBJCOPY) -O binary --gap-fill 0xff $< $@