summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2007-04-02 18:17:04 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-04-03 14:16:45 +1000
commit392ef72ca8ea92ce8aacef01fda3046f0e9f59b2 (patch)
tree2f6b456899479a46bcc4693b07df2e7d17b4a3b1
parent97c3ef20eed550aa3323fa20848a62f9abe87704 (diff)
downloadtalos-petitboot-392ef72ca8ea92ce8aacef01fda3046f0e9f59b2.tar.gz
talos-petitboot-392ef72ca8ea92ce8aacef01fda3046f0e9f59b2.zip
Allow twin cflags and libs to be explicitly defined
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 240f5d6..e3bba3e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@ VERSION=0.0.1
PACKAGE=petitboot
CC=gcc
INSTALL=install
-TWIN_CFLAGS=$(shell pkg-config --cflags libtwin)
-TWIN_LDFLAGS=$(shell pkg-config --libs libtwin)
+TWIN_CFLAGS?=$(shell pkg-config --cflags libtwin)
+TWIN_LDFLAGS?=$(shell pkg-config --libs libtwin)
LDFLAGS =
CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
OpenPOWER on IntegriCloud