Skip to content
Snippets Groups Projects
Commit e67c7094 authored by dam1n19's avatar dam1n19
Browse files

Further ADP file fix

parent cc406572
No related branches found
No related tags found
No related merge requests found
...@@ -79,8 +79,7 @@ SIM_DIR = $(SIM_TOP_DIR)/$(TESTNAME) ...@@ -79,8 +79,7 @@ SIM_DIR = $(SIM_TOP_DIR)/$(TESTNAME)
# Defaultly set to demo adp command file # Defaultly set to demo adp command file
DEFAULT_ADP_FILE = $(SIM_DIR)/adp.cmd DEFAULT_ADP_FILE = $(SIM_DIR)/adp.cmd
ADP_FILE ?= $(DEFAULT_ADP_FILE) ADP_FILE ?= $(DEFAULT_ADP_FILE)
ADP_PATH := $(shell realpath $$(dirname $(ADP_FILE)))/$(shell basename $(ADP_FILE)) ADP_OPTIONS := -define ADP_FILE=\"$(ADP_FILE)\"
ADP_OPTIONS := -define ADP_FILE=\"$(ADP_PATH)\"
# Bootrom Parameters: # Bootrom Parameters:
# Boot Loader image # Boot Loader image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment