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

This commit is contained in:
kub 2020-07-11 23:54:53 +02:00
parent 93c08696d7
commit 18538b2ce8

View file

@ -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