diff options
author | aqua <aqua@iserlohn-fortress.net> | 2023-06-11 23:11:25 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2023-06-11 23:11:25 +0300 |
commit | cb6aa7dd9703eb3dba275905f98de682b57d3a78 (patch) | |
tree | 4b2b6ff65c148c5e9fe035e621496fcb2302dfb8 /i686 | |
parent | Make code ANSI C compatible (diff) | |
download | kernel-cb6aa7dd9703eb3dba275905f98de682b57d3a78.tar.xz |
Rework leaf makefiles to be included from top-level
- remove Makefile.all
Diffstat (limited to 'i686')
-rwxr-xr-x[-rw-r--r--] | i686/build.mk (renamed from i686/Makefile) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/i686/Makefile b/i686/build.mk index 3702bef..312e553 100644..100755 --- a/i686/Makefile +++ b/i686/build.mk @@ -1,4 +1,4 @@ -include ../Makefile.config +#!../mach INCLUDES := -isystem../grub ${ARCH}_CFLAGS += ${INCLUDES} @@ -14,5 +14,3 @@ test_gdt.SRCS = test_gdt.cc TESTS += test_gdt -include ../rules.mk - |