summaryrefslogtreecommitdiff
path: root/board/engicam/common/Makefile
blob: 15f0eaa1ec49f8f5fc8b78e97e280b170a8c23b1 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2016 Amarula Solutions B.V.

ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_IMX6_ENGICAM_COMMON) += spl.o
else
obj-$(CONFIG_IMX6_ENGICAM_COMMON) += board.o
endif