File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
# This replicates the basic functionality of the pre-processor, including adding a "micropython"
5
5
# platform that is almost identical to the built-in "generic" platform with a few small changes
6
6
# provided by the files in extmod/libmetal.
7
- $(BUILD ) /openamp : $(BUILD )
7
+ $(BUILD ) /openamp : | $(BUILD )
8
8
$(MKDIR ) -p $@
9
9
10
- $(BUILD ) /openamp/metal : $(BUILD ) /openamp
10
+ $(BUILD ) /openamp/metal : | $(BUILD ) /openamp
11
11
$(MKDIR ) -p $@
12
12
13
- $(BUILD ) /openamp/metal/config.h : $(BUILD ) /openamp/metal $( TOP ) /$(LIBMETAL_DIR ) /lib/config.h
13
+ $(BUILD ) /openamp/metal/config.h : $(TOP ) /$(LIBMETAL_DIR ) /lib/config.h | $( BUILD ) /openamp/metal
14
14
@$(ECHO ) " GEN $@ "
15
15
@for file in $(TOP ) /$(LIBMETAL_DIR ) /lib/* .c $(TOP ) /$(LIBMETAL_DIR ) /lib/* .h; do $(SED ) -e " s/@PROJECT_SYSTEM@/micropython/g" -e " s/@PROJECT_PROCESSOR@/arm/g" $$ file > $(BUILD ) /openamp/metal/$$(basename $$file) ; done
16
16
$(MKDIR ) -p $(BUILD ) /openamp/metal/processor/arm
You can’t perform that action at this time.
0 commit comments