summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r260401ian2014-08-211-0/+16
| | | | | | | | | | | | | Remove aicasm as a build dependency. It made sense when the ahc and ahd drivers and their firmware were under active development, but those days have passed. The firmware now exists in pre-compiled form, no longer dependent on it's sources or on aicasm. If you wish to rebuild the firmware from source, the glue still exists under the 'make firmware' target in sys/modules/aic7xxx. This also fixes the problem introduced with r257777 et al with building kernels the old fashioned way in sys/$arch/compile/$CONFIG when the ahc/ahd drivers were included.
* MFC r257637, r257730, r257734, r257777, r257825, r257838, r257873:ian2014-08-211-1/+1
| | | | | | | | | | Changes to how the aicasm tool is built. This series of changes results in the aicasm tool being built as part of the tools stages of world and kernel builds. Most of these changes will ultimately be undone when r260401 is MFC'd, but it will leave in place the new kernel-build-tool machinery (KTMAKE stuff) in case a new special kernel tool ever comes along.
* Allow the ahc and ahd drivers to be built as modules. This alsoscottl2002-08-011-0/+6
breaks the ahc driver into a core back-end and pci and eisa front-ends.
OpenPOWER on IntegriCloud