8 lines
187 B
Makefile
8 lines
187 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# (C) Copyright 2011 Freescale Semiconductor, Inc.
|
||
|
# Jason Liu <r64343@freescale.com>
|
||
|
|
||
|
obj-y += mx53loco.o
|
||
|
obj-$(CONFIG_VIDEO) += mx53loco_video.o
|