diff options
| author | hathach <[email protected]> | 2023-01-12 13:12:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-01-12 13:12:37 +0700 |
| commit | e6a3cfb3506fdd908c47ad0cf63fc67a1ef2455c (patch) | |
| tree | 9d9c60d11d933c542986a3ff916f57ace11f064d | |
| parent | 658897cf4e3058aee66f65c17a152ef65b1671c1 (diff) | |
rename link file
| -rw-r--r-- | hw/bsp/ch32v307/boards/CH32V307V-R1-1v0/board.mk | 4 | ||||
| -rw-r--r-- | hw/bsp/ch32v307/ch32v307.ld (renamed from hw/bsp/ch32v307/Link.ld) | 0 |
2 files changed, 1 insertions, 3 deletions
diff --git a/hw/bsp/ch32v307/boards/CH32V307V-R1-1v0/board.mk b/hw/bsp/ch32v307/boards/CH32V307V-R1-1v0/board.mk index a7c359588..4e91d8938 100644 --- a/hw/bsp/ch32v307/boards/CH32V307V-R1-1v0/board.mk +++ b/hw/bsp/ch32v307/boards/CH32V307V-R1-1v0/board.mk @@ -1,3 +1 @@ -LINKER_SCRIPTS = $(BOARD_PATH)/../.. - -LD_FILE = $(LINKER_SCRIPTS)/Link.ld # CH32V307 +LD_FILE = $(FAMILY_PATH)/ch32v307.ld diff --git a/hw/bsp/ch32v307/Link.ld b/hw/bsp/ch32v307/ch32v307.ld index af7c06615..af7c06615 100644 --- a/hw/bsp/ch32v307/Link.ld +++ b/hw/bsp/ch32v307/ch32v307.ld |
