]> code.delx.au - refind/blobdiff - Makefile
CD-eject feature & fix for GRUB 2 problems
[refind] / Makefile
index e6f6ca0688c87c909919f693313f731c2cade396..9b6ee1079c8bc5696343e0f493dbd9ec853b011c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,16 +7,22 @@ SRCS=$(NAMES:=.c)
 OBJS=$(NAMES:=.o)
 HEADERS=$(NAMES:=.h)
 LOADER_DIR=refind
+FS_DIR=filesystems
 LIB_DIR=libeg
 
 # Build the Symbiote library itself.
 all:
        make -C $(LIB_DIR)
        make -C $(LOADER_DIR)
+#      make -C $(FS_DIR)
+
+filesystems:
+       make -C $(FS_DIR)
 
 clean:
        make -C $(LIB_DIR) clean
        make -C $(LOADER_DIR) clean
+#      make -C $(FS_DIR) clean
 
 # NOTE TO DISTRIBUTION MAINTAINERS:
 # The "install" target installs the program directly to the ESP