summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-03-25 12:35:57 +0000
committerJeremy Kerr <jk@ozlabs.org>2009-03-30 20:20:13 +1100
commit0967cb518d764990eaebc51cb987cf4444a5afd3 (patch)
tree2c9a4e4da4afbcfddcf451cac0c65574b5b94e77 /rules.mk
parent5472ed16df5642aedc124a1b49a35d99da98cc37 (diff)
downloadtalos-petitboot-0967cb518d764990eaebc51cb987cf4444a5afd3.tar.gz
talos-petitboot-0967cb518d764990eaebc51cb987cf4444a5afd3.zip
Hookup yaboot parser
Hookup the yaboot parser to the new parser-conf routines. This update eliminates the dependency on yaboot-cnf.h and yaboot-cnf.c. 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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 8d6aba8..040f269 100644
--- a/rules.mk
+++ b/rules.mk
@@ -17,7 +17,7 @@ parser_test = test/parser-test
# install targets and components
daemons = $(pb_discover)
-parsers = kboot
+parsers = kboot yaboot
uis = $(pb_test)
tests = $(parser_test)
OpenPOWER on IntegriCloud