File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tools/build_script_generator/make Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def prepare(module, options):
33
33
def build (env ):
34
34
def flag_format (flag ):
35
35
subs = {
36
- "target_base" : "$(MAKE_PROJECT_NAME )" ,
36
+ "target_base" : "$(BUILDPATH)/$(MODM_PROJECT_NAME )" ,
37
37
"project_source_dir" : "$(CURDIR)" ,
38
38
"gccpath" : "$(GCC_BASE)" ,
39
39
}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ ELF_FILE := $(BUILDPATH)/$(MODM_PROJECT_NAME).{{program_extension}}
15
15
BIN_FILE := $(BUILDPATH)/$(MODM_PROJECT_NAME).bin
16
16
HEX_FILE := $(BUILDPATH)/$(MODM_PROJECT_NAME).hex
17
17
LSS_FILE := $(BUILDPATH)/$(MODM_PROJECT_NAME).lss
18
+ MAP_FILE := $(BUILDPATH)/$(MODM_PROJECT_NAME).map
18
19
CLEAN_FILES += $(BUILDPATH)
19
20
20
21
# Device configuration
You can’t perform that action at this time.
0 commit comments