diff options
Diffstat (limited to 'common/init/Makefile')
-rw-r--r-- | common/init/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/init/Makefile b/common/init/Makefile new file mode 100644 index 0000000000..4902635f53 --- /dev/null +++ b/common/init/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (c) 2015 Google, Inc +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += board_init.o |