Skip to content

Commit 0519d8d

Browse files
zaklogicianmidnightveil
authored andcommitted
examples: add --viper-output to the hello example
We add --viper-output to the hello example. This will let us test that future changes do not break the Viper export functionality. Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
1 parent 1dc9ae4 commit 0519d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/hello/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ $(BUILD_DIR)/hello.elf: $(addprefix $(BUILD_DIR)/, $(HELLO_OBJS))
6767
$(LD) $(LDFLAGS) $^ $(LIBS) -o $@
6868

6969
$(IMAGE_FILE) $(REPORT_FILE): $(addprefix $(BUILD_DIR)/, $(IMAGES)) hello.system
70-
$(MICROKIT_TOOL) hello.system --search-path $(BUILD_DIR) --board $(MICROKIT_BOARD) --config $(MICROKIT_CONFIG) -o $(IMAGE_FILE) -r $(REPORT_FILE)
70+
$(MICROKIT_TOOL) hello.system --search-path $(BUILD_DIR) --viper-output ${BUILD_DIR}/viper --board $(MICROKIT_BOARD) --config $(MICROKIT_CONFIG) -o $(IMAGE_FILE) -r $(REPORT_FILE)

0 commit comments

Comments
 (0)