Skip to content

Commit c54be7a

Browse files
authored
Killed off echFS officially
1 parent c85d9aa commit c54be7a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

kernel/Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ PREFIX?=/usr/local
1717
EXEC_PREFIX?=$(PREFIX)
1818
BOOTDIR?=$(EXEC_PREFIX)/boot
1919
INCLUDEDIR?=$(PREFIX)/include
20-
ECHFSDIR=$(PREFIX)/echfs
2120

2221
CFLAGS:=$(CFLAGS) -ffreestanding -Wall -Wextra
2322
CPPFLAGS:=$(CPPFLAGS) -D__is_kernel -Iinclude
@@ -37,10 +36,6 @@ KERNEL_OBJS=\
3736
$(KERNEL_ARCH_OBJS) \
3837
kernel/main.o \
3938

40-
ECHFS_OBJS=\
41-
$(ECHFSDIR) \
42-
echfs/mkfs.echfs.o
43-
4439
OBJS=\
4540
$(ARCHDIR)/crti.o \
4641
$(ARCHDIR)/crtbegin.o \

0 commit comments

Comments
 (0)