summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-02-27 14:53:59 +0000
committerJeremy Kerr <jk@ozlabs.org>2009-03-23 21:47:59 +1100
commit77937de31fca6137569c004d50d5c7c2115ccf82 (patch)
tree30f1db1dc15b56c9231672f307c8faa808cd2a48 /rules.mk
parentdc709e716e19865f709d05b54893c06b6d0d3430 (diff)
downloadtalos-petitboot-77937de31fca6137569c004d50d5c7c2115ccf82.tar.gz
talos-petitboot-77937de31fca6137569c004d50d5c7c2115ccf82.zip
Install udev rules
Add 99-petitboot.rules to the install make target. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index dd6562c..1ffcef3 100644
--- a/rules.mk
+++ b/rules.mk
@@ -62,12 +62,15 @@ discover/pb-discover: $(pb_discover_objs)
parser-test: $(parser_test_objs)
$(LINK.o) -o $@ $^
-install: all
+install: all utils/99-petitboot.rules
$(INSTALL) -d $(DESTDIR)$(sbindir)/
$(INSTALL) discover/pb-discover $(uis) $(DESTDIR)$(sbindir)/
$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/artwork/
$(INSTALL) $(addprefix $(top_srcdir)/ui/twin/artwork/,$(artwork)) \
$(DESTDIR)$(pkgdatadir)/artwork/
+ $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/utils
+ $(INSTALL) $(top_srcdir)/utils/99-petitboot.rules \
+ $(DESTDIR)$(pkgdatadir)/utils
dist: $(PACKAGE)-$(VERSION).tar.gz
OpenPOWER on IntegriCloud