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

obj-y  := mx6sx_19x19_arm2.o

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