From 05bb926f9fff42e4e3b9266327c860dd5feac4bf Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 31 Aug 2016 12:46:17 +0800 Subject: BaseTools GNU makefile: remove unused .S rule Cc: Yonghong Zhu Cc: Giri P Mudusuru Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Giri P Mudusuru Reviewed-by: Yonghong Zhu (cherry picked from commit b15153451c7332532cfacd90d70942c7c03809f2) --- BaseTools/Source/C/Makefiles/footer.makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/BaseTools/Source/C/Makefiles/footer.makefile b/BaseTools/Source/C/Makefiles/footer.makefile index a58bff6..390873b 100644 --- a/BaseTools/Source/C/Makefiles/footer.makefile +++ b/BaseTools/Source/C/Makefiles/footer.makefile @@ -26,9 +26,6 @@ $(LIBRARY): $(OBJECTS) %.o : %.c $(BUILD_CC) -c $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $< -o $@ -%.o : %.S - $(BUILD_AS) -c $(BUILD_ASFLAGS) $< -o $@ - %.o : %.cpp $(BUILD_CXX) -c $(BUILD_CPPFLAGS) $(BUILD_CXXFLAGS) $< -o $@ -- cgit v1.1