Skip to content

Commit

Permalink
remove default feature
Browse files Browse the repository at this point in the history
fix missing dep
  • Loading branch information
Godones committed Feb 27, 2024
1 parent 52f095b commit 50c9ad8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions subsystems/interrupt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ platform = { path = "../platform"}


[features]
default = [ "qemu" ]

vf2 = []
hifive = []
qemu = []
1 change: 1 addition & 0 deletions tools/initrd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ download:
fi

config:
sudo apt install libncurses5-dev libncursesw5-dev
CROSS_COMPILE=$(COMPILER) ARCH=$(ARCH) make defconfig -C $(BB)
CROSS_COMPILE=$(COMPILER) ARCH=$(ARCH) make menuconfig -C $(BB)

Expand Down

0 comments on commit 50c9ad8

Please sign in to comment.