core, keep offsets header from being build if no preprocessed asm files
authorkub <derkub@gmail.com>
Sat, 11 Jul 2020 21:54:53 +0000 (23:54 +0200)
committerkub <derkub@gmail.com>
Sat, 11 Jul 2020 21:54:53 +0000 (23:54 +0200)
Makefile

index 497a58a..466e5d3 100644 (file)
--- 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