Update userspace

This commit is contained in:
EnderIce2
2024-01-19 06:45:44 +02:00
parent 17787dbc9b
commit c685a37c15
14 changed files with 1154 additions and 181 deletions

View File

@ -1,3 +1,6 @@
# Config file
include ../../../Makefile.conf
cwd := $(CURDIR)
CACHE_DIR := $(cwd)/../../cache
PREFIX := $(cwd)/../../out/
@ -50,9 +53,13 @@ endif
build:
make -C echo build
make -C fsh build
make -C utest build
make -C cross_test build
# $(MAKE) build_busybox
# $(MAKE) build_bash
clean:
make -C echo clean
make -C fsh clean
make -C utest clean
make -C cross_test clean