Searched defs:DIRS (Results 1 – 3 of 3) sorted by relevance
6 const DIRS: [&str; 3] = ["src/common", "src/debug/traceback", "src/libs"]; in setup_common_files() constant17 const DIRS: [&str; 3] = ["src/include", "src/common", "src"]; in setup_common_include_dir() constant
21 const DIRS: [&str; 4] = ["driver/apic", "init", "asm", "interrupt"]; in setup_files() constant
2 DIRS := . $(shell find $(SUBDIR_ROOTS) -type d) macro