summaryrefslogtreecommitdiffstats
path: root/sys/modules/an
Commit message (Collapse)AuthorAgeFilesLines
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
| | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
* 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