Skip to content

Commit

Permalink
examples/virtio: use colour in console output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Jan 18, 2024
1 parent b31e14b commit 180b8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/virtio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ $(BUILD_DIR)/%.o: $(VMM_SRC_DIR)/virtio/%.c Makefile
$(CC) -c $(CFLAGS) $< -o $@

$(BUILD_DIR)/%.o: $(SDDF_SERIAL_COMPONENTS)/%.c Makefile
$(CC) -c $(CFLAGS) -DNUM_CLIENTS=2 $< -o $@
$(CC) -c $(CFLAGS) -DNUM_CLIENTS=2 -DTRANSFER_WITH_COLOUR=1 $< -o $@

$(BUILD_DIR)/%.o: $(SDDF_SERIAL_RINGBUFFER)/%.c Makefile
$(CC) -c $(CFLAGS) $< -o $@
Expand Down

0 comments on commit 180b8d9

Please sign in to comment.