makefile: CPPFLAGS is never used by any recipe

So it's ok to remove it :P

Signed-off-by: junan <junan76@163.com>
This commit is contained in:
junan 2026-01-07 11:09:06 +08:00
parent e605fd1856
commit 0eddc60118

View file

@ -39,7 +39,6 @@ OBJS_klipper.elf = $(patsubst %.c, $(OUT)src/%.o,$(src-y))
OBJS_klipper.elf += $(OUT)compile_time_request.o
CFLAGS_klipper.elf = $(CFLAGS) -Wl,--gc-sections
CPPFLAGS = -I$(OUT) -P -MD -MT $@
# Default targets
target-y := $(OUT)klipper.elf