kernel: Fix Makefile rebuilding everything all the time
authorAlan Cox <alan@linux.intel.com>
Mon, 12 Sep 2016 16:38:49 +0000 (17:38 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 12 Sep 2016 16:38:49 +0000 (17:38 +0100)
Kernel/Makefile

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