]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefiles/app.makefile
Sync tool code to BuildTools project r1783.
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / app.makefile
index 7555556baae82a36788c20c4f1fb8914f028abc9..2f950036464f78a7518a5e9a07ff09c8df67212c 100644 (file)
@@ -8,6 +8,6 @@ APPLICATION = $(MAKEROOT)/bin/$(APPNAME)
 all: $(MAKEROOT)/bin $(APPLICATION) 
 
 $(APPLICATION): $(OBJECTS) 
-       $(LINKER) -o $(APPLICATION) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
+       $(LINKER) -o $(APPLICATION) $(LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
 
 include $(MAKEROOT)/Makefiles/footer.makefile