summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-03-25 12:36:03 +0000
committerJeremy Kerr <jk@ozlabs.org>2009-03-30 21:43:28 +1100
commitea45e832b0d3e4a6e8c63f6a1c4741795b0b33dd (patch)
treea5a6a06ad8be53793a65244e70ce441275403699 /rules.mk
parent47a9f94bb346817b6767d5dac578a43beee47c1f (diff)
downloadtalos-petitboot-ea45e832b0d3e4a6e8c63f6a1c4741795b0b33dd.tar.gz
talos-petitboot-ea45e832b0d3e4a6e8c63f6a1c4741795b0b33dd.zip
PS3 platform routines
Add new files ui/common/ps3.h and ui/common/ps3.c with platform specific routines to access the PS3 flash memory and to get and set the PS3 video mode. The flash routines use the ps3-utils library. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules.mk b/rules.mk
index 23b23d7..097daae 100644
--- a/rules.mk
+++ b/rules.mk
@@ -61,10 +61,11 @@ client_objs = $(lib_objs) $(ui_common_objs)
all: $(uis) $(daemons)
# ncurses cui
-pb_cui_objs = $(client_objs) $(ncurses_objs) ui/ncurses/ps3-cui.o
+pb_cui_objs = $(client_objs) $(ncurses_objs) ui/ncurses/ps3-cui.o \
+ ui/common/ps3.o
$(pb_cui_objs): $(makefiles)
-$(pb_cui): LDFLAGS += -lncurses
+$(pb_cui): LDFLAGS += -lps3-utils -lmenu -lform -lncurses
$(pb_cui): $(pb_cui_objs)
$(LINK.o) -o $@ $^
OpenPOWER on IntegriCloud