aboutsummaryrefslogtreecommitdiff
path: root/lib/libhvcall
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2015-03-16 10:41:14 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2015-03-23 11:43:20 +1100
commit5f79afca64721f30bb47d51553a14ea692d085b7 (patch)
tree8d82f55fa1488f4979b5c72688f1484e4d46399b /lib/libhvcall
parentc89b0df661c0a6bfa9ff0ed4a371f631f5ee38b0 (diff)
downloadSLOF-5f79afca64721f30bb47d51553a14ea692d085b7.zip
SLOF-5f79afca64721f30bb47d51553a14ea692d085b7.tar.gz
SLOF-5f79afca64721f30bb47d51553a14ea692d085b7.tar.bz2
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 <thuth@linux.vnet.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib/libhvcall')
-rw-r--r--lib/libhvcall/Makefile2
1 files changed, 2 insertions, 0 deletions
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)