core, keep offsets header from being build if no preprocessed asm files

This commit is contained in:
kub
2020-07-11 23:54:30 +02:00
parent 578a1be299
commit 3ff18539e3

View File

@@ -226,7 +226,7 @@ LDFLAGS += -Wl,-Map=$(TARGET).map
endif
endif
target_: pico/pico_int_offs.h $(TARGET)
target_: $(TARGET)
clean:
$(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h