Skip to content

Commit

Permalink
Killed off echFS officially
Browse files Browse the repository at this point in the history
  • Loading branch information
DamieFC authored May 12, 2021
1 parent c85d9aa commit c54be7a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ PREFIX?=/usr/local
EXEC_PREFIX?=$(PREFIX)
BOOTDIR?=$(EXEC_PREFIX)/boot
INCLUDEDIR?=$(PREFIX)/include
ECHFSDIR=$(PREFIX)/echfs

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

ECHFS_OBJS=\
$(ECHFSDIR) \
echfs/mkfs.echfs.o

OBJS=\
$(ARCHDIR)/crti.o \
$(ARCHDIR)/crtbegin.o \
Expand Down

0 comments on commit c54be7a

Please sign in to comment.