Added full disk partition management functions
[reactos.git] / freeldr / freeldr / arch / Makefile
index 5c4685e..5baf058 100644 (file)
@@ -21,11 +21,13 @@ include ../rules.mk
 
 TARGET = i386
 
+OBJS = $(TARGET)/arch.S $(TARGET)/boot.S $(TARGET)/mb.S $(TARGET)/mem.S $(TARGET)/disk.S
+
 .PHONY : clean
 
 all: arch.a
 
-arch.a:
+arch.a: $(OBJS)
        $(MAKE) -C $(TARGET)
 
 clean: