diff options
Diffstat (limited to 'board/intel/cherryhill/Makefile')
-rw-r--r-- | board/intel/cherryhill/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/intel/cherryhill/Makefile b/board/intel/cherryhill/Makefile new file mode 100644 index 0000000000..0dbb055f97 --- /dev/null +++ b/board/intel/cherryhill/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += cherryhill.o start.o |