[wip] build kernel without serial for hardware (??)

This commit is contained in:
Berkus Decker 2019-01-18 17:06:14 +02:00
parent 32753f47bf
commit 3cff2d9dac
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ QEMU = /usr/local/Cellar/qemu/HEAD-3365de01b5-custom/bin/qemu-system-aarch64
all: clean kernel8.img
target/$(TARGET)/release/vesper: $(SOURCES)
cargo xbuild --target=$(TARGET_JSON) --release
cargo xbuild --target=$(TARGET_JSON) --release --features "noserial"
kernel8.img: target/$(TARGET)/release/vesper
cp $< ./kernel8