summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-04-12 15:12:00 +0000
committerJeremy Kerr <jk@ozlabs.org>2009-06-30 15:29:27 +0800
commit53aa807ae41e48fd71653c2d00083a44a8bca14c (patch)
tree5f3c484d9a52e6192a1c828d1eb65c19be94c86d /Makefile.in
parent3752d1949cd3fb15593b2397d6af14b83a4aa6b4 (diff)
downloadtalos-petitboot-53aa807ae41e48fd71653c2d00083a44a8bca14c.tar.gz
talos-petitboot-53aa807ae41e48fd71653c2d00083a44a8bca14c.zip
Add PS3 ncurses CUI program
Add a PS3 ncurses CUI program, and the configure option --enable-ps3 to control its build. The default is --enable-ps3=yes. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e68f80e..01771db 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -16,6 +16,9 @@ LIBTWIN = @LIBTWIN@
twin_CFLAGS = @twin_CFLAGS@
twin_LDFLAGS = @twin_LIBS@
+# build target
+ENABLE_PS3 = @ENABLE_PS3@
+
# other programs
INSTALL = @INSTALL@
SHELL = @SHELL@
OpenPOWER on IntegriCloud