aboutsummaryrefslogtreecommitdiff
path: root/lib/libe1k
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/libe1k
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/libe1k')
-rw-r--r--lib/libe1k/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libe1k/Makefile b/lib/libe1k/Makefile
index 24cddc7..0c3169f 100644
--- a/lib/libe1k/Makefile
+++ b/lib/libe1k/Makefile
@@ -12,6 +12,8 @@
TOPCMNDIR ?= ../..
+include $(TOPCMNDIR)/make.rules
+
CPPFLAGS = -I../libc/include $(CPUARCHDEF) -I$(INCLBRDDIR) \
-I$(INCLCMNDIR) -I$(INCLCMNDIR)/$(CPUARCH)