Add DEBUGCC entries for SM8550

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
Neil Armstrong
2022-12-19 10:30:38 +01:00
committed by Bjorn Andersson
parent d7efd367f9
commit 97771010c6
4 changed files with 455 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ CFLAGS := -O2 -Wall -g
LDFLAGS := -static -static-libgcc
prefix := /usr/local
SRCS := debugcc.c msm8936.c msm8996.c qcs404.c sc8280xp.c sdm845.c sm8350.c sm8450.c
SRCS := debugcc.c msm8936.c msm8996.c qcs404.c sc8280xp.c sdm845.c sm8350.c sm8450.c sm8550.c
OBJS := $(SRCS:.c=.o)
$(OUT): $(OBJS)
@@ -18,6 +18,7 @@ $(OUT): $(OBJS)
ln -f $(OUT) sdm845-debugcc
ln -f $(OUT) sm8350-debugcc
ln -f $(OUT) sm8450-debugcc
ln -f $(OUT) sm8550-debugcc
$(OBJS): %.o: debugcc.h