diff options
Diffstat (limited to 'board/engicam/common/Makefile')
-rw-r--r-- | board/engicam/common/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/engicam/common/Makefile b/board/engicam/common/Makefile new file mode 100644 index 0000000000..11e7fee47d --- /dev/null +++ b/board/engicam/common/Makefile @@ -0,0 +1,8 @@ +# Copyright (C) 2016 Amarula Solutions B.V. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifdef CONFIG_MX6QDL +obj-$(CONFIG_SPL_BUILD) += spl.o +endif |