Add sc8280xp gcc, dispcc0 and dispcc1

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Bjorn Andersson
2022-05-24 18:06:32 -07:00
parent 0acd29c82a
commit 79d8caba44
4 changed files with 429 additions and 1 deletions

View File

@@ -6,13 +6,14 @@ CFLAGS := -O2 -Wall -g
LDFLAGS := -static -static-libgcc
prefix := /usr/local
SRCS := debugcc.c msm8936.c qcs404.c sdm845.c sm8350.c sm8450.c
SRCS := debugcc.c msm8936.c qcs404.c sc8280xp.c sdm845.c sm8350.c sm8450.c
OBJS := $(SRCS:.c=.o)
$(OUT): $(OBJS)
$(CC) -o $@ $^ $(LDFLAGS)
ln -f $(OUT) msm8936-debugcc
ln -f $(OUT) qcs404-debugcc
ln -f $(OUT) sc8280xp-debugcc
ln -f $(OUT) sdm845-debugcc
ln -f $(OUT) sm8350-debugcc
ln -f $(OUT) sm8450-debugcc