conf: Ship udev rules for launching obmc-console-server

The systemd unit has a ConditionPathExists for the server configuration
file, so we can support listing any number of UARTs in the udev rule
without negatively impacting the system. For the moment however, list
just the two virtual UARTs on the ASPEED SoCs.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Ie0bebbf64388c62f7cbb77c399f3d064713d586f
diff --git a/Makefile.am b/Makefile.am
index f1a3a18..2ee97a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,11 @@
 obmcconsoledir = $(sysconfdir)/obmc-console
 obmcconsole_DATA = conf/server.ttyVUART0.conf
 
+if WITH_UDEV
+udevrulesddir = $(udevdir)/rules.d
+udevrulesd_DATA = conf/80-obmc-console-uart.rules
+endif
+
 if WITH_SYSTEMD
 systemdsystemunit_DATA = conf/obmc-console@.service \
 			 conf/obmc-console-ssh@.service