blob: 7c36663d904fdc78f8f73adcbd199ccbd5922c8e [file] [log] [blame]
apw3812c032006-12-07 21:01:14 +00001# (C) Copyright IBM Corp. 2004, 2005, 2006
2# Author: Andy Whitcroft <andyw@uk.ibm.com>
3#
4# The Console Multiplexor is released under the GNU Public License V2
5
Eric Li861b2d52011-02-04 14:50:35 -08006DRIVERS:=blade dli-lpc hmc reboot-netfinity reboot-newisys reboot-numaq \
apw43e274d2007-10-16 17:35:07 +00007 reboot-rsa reboot-rsa2 zseries-console x3270_glue.expect \
Eric Li861b2d52011-02-04 14:50:35 -08008 reboot-acs48 reboot-apc reboot-laurel fence_apc_snmp.py
apw3812c032006-12-07 21:01:14 +00009
10install::
11 @[ -d $(BASE)/lib/drivers ] || mkdir $(BASE)/lib/drivers
12 for f in $(DRIVERS); do \
13 rm -f $(BASE)/lib/drivers/$$f; \
14 cp -p drivers/$$f $(BASE)/lib/drivers/$$f; \
15 chmod 755 $(BASE)/lib/drivers/$$f; \
16 done