From 691c8a65677e8371da2c18c97ec5e7501dec8d18 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 16 Dec 2012 17:09:16 -0500 Subject: [PATCH] lib: include the Config file too The lib makefile doesn't include Config which means it misses setting up toolchain vars that it includes. Signed-off-by: Mike Frysinger --- lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile b/lib/Makefile index bfbe6725..a42b8859 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,3 +1,5 @@ +include ../Config + CFLAGS += -fPIC UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o