diff options
author | Thomas Huth <thuth@linux.vnet.ibm.com> | 2015-03-16 10:41:14 +0100 |
---|---|---|
committer | Alexey Kardashevskiy <aik@ozlabs.ru> | 2015-03-23 11:43:20 +1100 |
commit | 5f79afca64721f30bb47d51553a14ea692d085b7 (patch) | |
tree | 8d82f55fa1488f4979b5c72688f1484e4d46399b /lib/libveth | |
parent | c89b0df661c0a6bfa9ff0ed4a371f631f5ee38b0 (diff) | |
download | SLOF-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/libveth')
-rw-r--r-- | lib/libveth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libveth/Makefile b/lib/libveth/Makefile index 4556110..dd1234a 100644 --- a/lib/libveth/Makefile +++ b/lib/libveth/Makefile @@ -12,6 +12,8 @@ TOPCMNDIR ?= ../.. +include $(TOPCMNDIR)/make.rules + CPPFLAGS = -I../libc/include $(CPUARCHDEF) -I$(INCLBRDDIR) \ -I$(INCLCMNDIR) -I$(INCLCMNDIR)/$(CPUARCH) CPPFLAGS += -I../libhvcall |