Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 52) sorted by relevance

123

/DragonOS/.github/
H A Dissue-checker.yml6 - name: skip all
9 - name: remove all
23 - skip all
25 - remove all
31 - skip all
33 - remove all
39 - skip all
41 - remove all
47 - skip all
49 - remove all
[all …]
/DragonOS/
H A DMakefile38 .PHONY: all
39 all: kernel user target
46 $(MAKE) -C ./kernel all ARCH=$(ARCH) || (sh -c "echo 内核编译失败" && exit 1)
50 $(MAKE) -C ./user all ARCH=$(ARCH) || (sh -c "echo 用户程序编译失败" && exit 1)
106 $(MAKE) all -j $(NPROCS)
117 $(MAKE) all -j $(NPROCS)
123 $(MAKE) all -j $(NPROCS)
129 $(MAKE) all -j $(NPROCS)
135 $(MAKE) all -j $(NPROCS)
/DragonOS/user/apps/test_bind/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_signal/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_fstat/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/http_server/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_uart/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_mkfifo/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_kvm/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_gettimeofday/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_statfs/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_fstatfs/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_ramfs/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_dup3/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/riscv_init/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_utimensat/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_eventfd/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_cred/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/user/apps/test_filemap/
H A DMakefile9 .PHONY: all
10 all: main.c target
14 install: all
/DragonOS/kernel/
H A DMakefile18 all: target
19 $(MAKE) -C src all ARCH=$(ARCH) || (sh -c "echo 内核编译失败" && exit 1)
28 RUSTFLAGS="$(RUSTFLAGS)" cargo fmt --all $(FMT_CHECK)
30 RUSTFLAGS="$(RUSTFLAGS)" cargo clippy --all-features
/DragonOS/kernel/src/common/
H A DMakefile11 $(MAKE) -C $@ all CFLAGS="$(CFLAGS)" ASFLAGS="$(ASFLAGS)"
13 all: $(kernel_common_subdirs) target
/DragonOS/kernel/src/driver/
H A DMakefile11 $(MAKE) -C $@ all CFLAGS="$(CFLAGS)" ASFLAGS="$(ASFLAGS)"
13 all: $(kernel_driver_subdirs) target
/DragonOS/kernel/src/syscall/
H A DMakefile5 .PHONY: all
7 all: $(OBJ) target
/DragonOS/kernel/src/common/math/
H A DMakefile5 .PHONY: all
7 all: $(OBJ) target
/DragonOS/user/apps/test_sqlite3/
H A DMakefile11 .PHONY: all
12 all: main.c $(SQLITE3_DIR)/sqlite3.c target
16 install: all

123