EFI: Add a missing object file which is split recently

This patch adds utnonansi.o linkage to EFI builds. Lv Zheng.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
This commit is contained in:
Lv Zheng 2016-05-23 23:06:52 +08:00
parent 152a8ca2c7
commit 3a81e13d16
1 changed files with 2 additions and 0 deletions

View File

@ -36,12 +36,14 @@ OBJECTS = \
$(OBJDIR)/osefixf.o\
$(OBJDIR)/tbprint.o\
$(OBJDIR)/tbxfroot.o\
$(OBJDIR)/utascii.o\
$(OBJDIR)/utbuffer.o\
$(OBJDIR)/utdebug.o\
$(OBJDIR)/utclib.o\
$(OBJDIR)/utexcep.o\
$(OBJDIR)/utglobal.o\
$(OBJDIR)/utmath.o\
$(OBJDIR)/utnonansi.o\
$(OBJDIR)/utprint.o\
$(OBJDIR)/utstring.o\
$(OBJDIR)/utxferror.o