blob: 7c36663d904fdc78f8f73adcbd199ccbd5922c8e [file] [log] [blame]
# (C) Copyright IBM Corp. 2004, 2005, 2006
# Author: Andy Whitcroft <andyw@uk.ibm.com>
#
# The Console Multiplexor is released under the GNU Public License V2
DRIVERS:=blade dli-lpc hmc reboot-netfinity reboot-newisys reboot-numaq \
reboot-rsa reboot-rsa2 zseries-console x3270_glue.expect \
reboot-acs48 reboot-apc reboot-laurel fence_apc_snmp.py
install::
@[ -d $(BASE)/lib/drivers ] || mkdir $(BASE)/lib/drivers
for f in $(DRIVERS); do \
rm -f $(BASE)/lib/drivers/$$f; \
cp -p drivers/$$f $(BASE)/lib/drivers/$$f; \
chmod 755 $(BASE)/lib/drivers/$$f; \
done