Skip to content

Commit

Permalink
feat: run on ext4 filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed May 7, 2024
1 parent e105092 commit 7bab432
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 94 deletions.
10 changes: 2 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ lto = true
lto = true

[workspace]
members = ["crates/axlibc", "apps/display", "apps/exception", "apps/helloworld", "apps/memtest", "apps/fs/shell", "apps/net/echoserver", "apps/net/httpclient", "apps/net/httpserver", "apps/net/udpserver", "apps/net/bwbench", "apps/task/parallel", "apps/task/sleep", "apps/task/yield", "apps/task/priority", "apps/task/tls", "apps/monolithic_userboot"]
members = ["crates/*", "apps/display", "apps/exception", "apps/helloworld", "apps/memtest", "apps/fs/shell", "apps/net/echoserver", "apps/net/httpclient", "apps/net/httpserver", "apps/net/udpserver", "apps/net/bwbench", "apps/task/parallel", "apps/task/sleep", "apps/task/yield", "apps/task/priority", "apps/task/tls", "apps/monolithic_userboot"]
resolver = "2"
5 changes: 0 additions & 5 deletions scripts/make/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
include scripts/make/cargo.mk
include scripts/make/features.mk

ifneq ($(filter ext4fs, $(FEATURES)),)
include scripts/make/build_lwext4.mk
build_deplibs += lwext4_libc
endif

ifeq ($(APP_TYPE), c)
include scripts/make/build_c.mk
else
Expand Down
80 changes: 0 additions & 80 deletions scripts/make/build_lwext4.mk

This file was deleted.

0 comments on commit 7bab432

Please sign in to comment.