diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-20 09:18:26 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-20 09:18:26 +0200 |
| commit | 42e64fda5e096b70496f6f7593fb07c1c87a7d34 (patch) | |
| tree | 1d9b7c0d586d09c0d1b78c43e114901512cd931f /compile_flags.txt | |
| parent | 8ca2cdbdc65e167297e7c418db4f7abe13342948 (diff) | |
fs, kernel(HeFS): Implement `hefs_get_index_node` for tree traversal.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index d6115831..59862b28 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -22,4 +22,6 @@ -Wall -Wpedantic -Wextra --DBOOTZ_GPT_SUPPORT
\ No newline at end of file +-DBOOTZ_GPT_SUPPORT +-D__FSKIT_INCLUDES_HeFS__ +-D__FSKIT_INCLUDES_EXT2__
\ No newline at end of file |
