mirror of
https://github.com/linux-msm/debugcc.git
synced 2026-02-25 13:12:32 -08:00
Add DEBUGCC entries for SM8550
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
d7efd367f9
commit
97771010c6
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user