From 02771ecb3972df7480a17b6bf34ac3c0c3dc3252 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 1 Sep 2016 22:43:00 +0100 Subject: [PATCH] Makefile: force sysinfoblk.h to be built early --- Kernel/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Kernel/Makefile b/Kernel/Makefile index 05ea9370..ba57a326 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -134,6 +134,13 @@ target: ln -sf platform-$(TARGET) platform +$(MAKE) -C platform-$(TARGET) +$(CSRCS): include/kernel.h + +include/kernel.h: include/sysinfoblk.h + +include/sysinfoblk.h: + tools/makeversion $(VERSION) $(SUBVERSION) $(TARGET) + $(C1OBJS): %$(BINEXT): %.c $(CROSS_CC) $(CROSS_CCOPTS) $(CROSS_CC_SEG1) $< -- 2.34.1