From 5f79afca64721f30bb47d51553a14ea692d085b7 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 16 Mar 2015 10:41:14 +0100 Subject: Include make.rules in the library Makefiles Make sure to include make.rules from the Makefiles in the common lib folder to get some more sane console output during the build process. Signed-off-by: Thomas Huth Signed-off-by: Alexey Kardashevskiy --- lib/libhvcall/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libhvcall') diff --git a/lib/libhvcall/Makefile b/lib/libhvcall/Makefile index af7fbc3..2a9b2d7 100644 --- a/lib/libhvcall/Makefile +++ b/lib/libhvcall/Makefile @@ -12,6 +12,8 @@ TOPCMNDIR ?= ../.. +include $(TOPCMNDIR)/make.rules + ASFLAGS = $(FLAG) $(RELEASE) $(CPUARCHDEF) -Wa,-mregnames CPPFLAGS = -I../libc/include $(CPUARCHDEF) -I$(INCLBRDDIR) \ -I$(INCLCMNDIR) -I$(INCLCMNDIR)/$(CPUARCH) -- cgit v1.1