X-Git-Url: https://code.delx.au/refind/blobdiff_plain/11fa7da805c3e263f8b05339f1900baa73a2ffd4..ac0bfb2e98feab3057ee433ecb0938b2fd54ee90:/EfiLib/Makefile diff --git a/EfiLib/Makefile b/EfiLib/Makefile index ad63f0e..39d6be6 100644 --- a/EfiLib/Makefile +++ b/EfiLib/Makefile @@ -2,11 +2,16 @@ # EfiLib/Makefile # +# This program is licensed under the terms of the GNU GPL, version 3, +# or (at your option) any later version. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + SRCDIR = . VPATH = $(SRCDIR) -LOCAL_CPPFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include +LOCAL_GNUEFI_CFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include OBJS = gnuefi-helper.o legacy.o BdsHelper.o BdsTianoCore.o TARGET = libEfiLib.a