Skip to content

Commit caff5df

Browse files
committed
refactor: flatten libstd include dir and merge kernel+module include dirs
1 parent 72e0516 commit caff5df

244 files changed

Lines changed: 827 additions & 818 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Make.defaults

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ CFLAGS := \
2828
-Wno-unused-but-set-parameter \
2929
-Wno-unused-command-line-argument \
3030
-isystem include \
31-
-isystem include/libstd \
32-
-Iinclude \
3331
-Ilib \
3432
-I$(SRCDIR) \
3533
-D_PATCHWORK_OS_
@@ -46,7 +44,6 @@ ASFLAGS := \
4644
-ffreestanding \
4745
-fno-builtin \
4846
-Iinclude \
49-
-Iinclude/libstd \
5047
-I$(SRCDIR) \
5148
-D_PATCHWORK_OS_
5249

@@ -94,7 +91,7 @@ ASFLAGS_MODULE := \
9491
LDFLAGS_MODULE := \
9592
-shared \
9693
-fPIC \
97-
-Tinclude/modules/linker.lds
94+
-Tinclude/kernel/module.lds
9895

9996
define find_sources
10097
$(shell find $(1) -name "*.c" -o -name "*.S" 2>/dev/null)

0 commit comments

Comments
 (0)