From 18538b2ce893eb77d31ad16b4a6b458dffbc73f4 Mon Sep 17 00:00:00 2001 From: kub Date: Sat, 11 Jul 2020 23:54:53 +0200 Subject: [PATCH] core, keep offsets header from being build if no preprocessed asm files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 497a58a0..466e5d3d 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ LDFLAGS += -Wl,-Map=$(TARGET).map endif -target_: pico/pico_int_offs.h $(TARGET) +target_: $(TARGET) clean: $(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h -- 2.39.2