Skip to content

Commit af135a7

Browse files
committed
atmel-samd: move samd-specific script
1 parent d4801b8 commit af135a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ports/atmel-samd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ OBJ += $(addprefix $(BUILD)/, $(SRC_S:.s=.o))
361361
OBJ += $(addprefix $(BUILD)/, $(SRC_MOD:.c=.o))
362362

363363
SRC_QSTR += $(HEADER_BUILD)/sdiodata.h
364-
$(HEADER_BUILD)/sdiodata.h: $(TOP)/tools/mksdiodata.py | $(HEADER_BUILD)
364+
$(HEADER_BUILD)/sdiodata.h: tools/mksdiodata.py | $(HEADER_BUILD)
365365
$(Q)$(PYTHON3) $< > $@
366366

367367
SRC_QSTR += $(SRC_C) $(SRC_SUPERVISOR) $(SRC_COMMON_HAL_EXPANDED) $(SRC_SHARED_MODULE_EXPANDED)
File renamed without changes.

0 commit comments

Comments
 (0)