summaryrefslogtreecommitdiffstats
path: root/sys/modules/an
Commit message (Collapse)AuthorAgeFilesLines
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-0/+1
| | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
* Add card_if.h to SRCS.matusita2001-11-151-1/+1
| | | | | | src/sys/dev/an/if_an_pccard.c rev 1.10 change requires to include "card_if.h" but Makefile doesn't know about this file. Without this, kernel build will fail at this driver.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-4/+5
|
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
| | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulebde2000-01-281-1/+0
| | | | | makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles.
* Grrr. Really add the module makefile for the Aironet driver.wpaul2000-01-141-0/+12
OpenPOWER on IntegriCloud