fix Kernel parallel build
authordfffffff <dflamand@gmail.com>
Sat, 3 Sep 2016 11:20:40 +0000 (07:20 -0400)
committerdfffffff <dflamand@gmail.com>
Sat, 3 Sep 2016 11:20:40 +0000 (07:20 -0400)
Kernel/Makefile

index 8b013d4..5f86bbe 100644 (file)
@@ -134,6 +134,8 @@ target: include/kernel.h
        ln -sf platform-$(TARGET) platform
        +$(MAKE) -C platform-$(TARGET)
 
+$(OBJS): target
+
 $(CSRCS): include/kernel.h
 
 include/kernel.h: include/sysinfoblk.h