Commit b193d49
fix: standardize paths in asap7 riscv32i config.mk
Use $(PLATFORM_DIR) consistently instead of hardcoded
./platforms/$(PLATFORM). Fix lib path from $(LIB_DIR)/fakeram7_256x32.lib
to $(PLATFORM_DIR)/lib/NLDM/fakeram7_256x32.lib to match the actual
directory structure:
$ find . | grep fakeram7_256x32\.lib
./platforms/asap7/lib/NLDM/fakeram7_256x32.lib
$
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent 18463c8 commit b193d49
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments