diff options
Diffstat (limited to 'board/samsung/espresso7420/Makefile')
-rw-r--r-- | board/samsung/espresso7420/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/samsung/espresso7420/Makefile b/board/samsung/espresso7420/Makefile new file mode 100644 index 0000000000..d514dc2a45 --- /dev/null +++ b/board/samsung/espresso7420/Makefile @@ -0,0 +1,10 @@ +# +# Copyright (C) 2016 Samsung Electronics +# Thomas Abraham <thomas.ab@samsung.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifndef CONFIG_SPL_BUILD +obj-y += espresso7420.o +endif |