From 69d6396190865f344c8850f55b545aa6fe2d0ca0 Mon Sep 17 00:00:00 2001 From: Terraneo Federico <fede.tft@miosix.org> Date: Wed, 12 Aug 2020 12:23:42 +0200 Subject: [PATCH] Bump Makefile version to update compiler warning --- Makefile | 2 +- miosix/Makefile | 2 +- miosix/config/Makefile.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 976d2b3f..1f279089 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ## ## Makefile for Miosix embedded OS ## -MAKEFILE_VERSION := 1.08 +MAKEFILE_VERSION := 1.09 GCCMAJOR := $(shell arm-miosix-eabi-gcc --version | \ perl -e '$$_=<>;/\(GCC\) (\d+)/;print "$$1"') ## Path to kernel directory (edited by init_project_out_of_git_repo.pl) diff --git a/miosix/Makefile b/miosix/Makefile index b596e21d..95d8c798 100644 --- a/miosix/Makefile +++ b/miosix/Makefile @@ -2,7 +2,7 @@ ## Makefile for Miosix embedded OS ## This makefile builds the whole kernel ## -MAKEFILE_VERSION := 1.08 +MAKEFILE_VERSION := 1.09 GCCMAJOR := $(shell arm-miosix-eabi-gcc --version | \ perl -e '$$_=<>;/\(GCC\) (\d+)/;print "$$1"') ## KPATH and CONFPATH are forwarded by the parent Makefile diff --git a/miosix/config/Makefile.inc b/miosix/config/Makefile.inc index cb8c32d0..0bceac29 100644 --- a/miosix/config/Makefile.inc +++ b/miosix/config/Makefile.inc @@ -587,7 +587,7 @@ endif ## a new board or porting Miosix to a new architecture ## ############################################################################ -ifneq ($(MAKEFILE_VERSION),1.08) +ifneq ($(MAKEFILE_VERSION),1.09) $(info You are using an incompatible makefile. Make sure it matches \ the one distributed with the current version of the kernel) $(error Error) -- GitLab