summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sabresd/Makefile
blob: d84793ad6d25d0466d3b2e8c5f93dfb3491cc5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de>
#
# (C) Copyright 2011-2015 Freescale Semiconductor, Inc.
#
# SPDX-License-Identifier:	GPL-2.0+
#

obj-y  := mx6sabresd.o

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