generated from gaoyang3513/SDK_RK3288
11 lines
246 B
Makefile
11 lines
246 B
Makefile
# (C) Copyright 2014-2016 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := mx6sxsabreauto.o
|
|
|
|
extra-$(CONFIG_USE_PLUGIN) := plugin.bin
|
|
$(obj)/plugin.bin: $(obj)/plugin.o
|
|
$(OBJCOPY) -O binary --gap-fill 0xff $< $@
|