diff options
Diffstat (limited to 'Makefile.main')
-rw-r--r-- | Makefile.main | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.main b/Makefile.main index 56fa2ba..0e338d5 100644 --- a/Makefile.main +++ b/Makefile.main @@ -1,6 +1,8 @@ -# -*-Makefile-*- +# SPDX-License-Identifier: Apache-2.0 # # This is the main Makefile +# +# Copyright 2013-2019 IBM Corp # Target tools CC=$(CROSS)gcc$(POSTFIX) |