History log of /freebsd-12.1/sys/modules/joy/Makefile (Results 1 – 25 of 25)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# 193d9e76 04-Mar-2017 Enji Cooper <[email protected]>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# 4c52dc45 22-Nov-2014 Warner Losh <[email protected]>

There never was a PC Card joystick attachment that worked. Kill the
current stub one until such time as one shows up.


Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0
# dba6dd17 26-May-2004 Warner Losh <[email protected]>

Move to generating pccarddevs.h on the fly, both for the kernel and
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.


Revision tags: release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2
# 7345fbcb 05-Dec-2001 Warner Losh <[email protected]>

Use new location for joy, plus list its new bus front ends.


Revision tags: release/4.3.0
# c68159a6 06-Jan-2001 David E. O'Brien <[email protected]>

Use a consistent style and one much closer to the rest of /usr/src


# 0fa66a31 02-Nov-2000 Sheldon Hearn <[email protected]>

Retire the joy(8) script. Using shell scripts to load kernel loadable
modules is out of fashion.

There is still a joy(4) manual page to clue people into the existence of
the joy of FreeBSD.


# 23b16c61 08-Oct-2000 David E. O'Brien <[email protected]>

Don't install manpages.
They are being moved elsewhere, and they are causing problems being here.


# 229edd6d 04-Oct-2000 David E. O'Brien <[email protected]>

Only install secondary components if the destination directory exists.
This may be a WIP, but `make release' needs it sooner than later.


# 64db83a8 27-May-2000 Peter Wemm <[email protected]>

Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.


# 56ca3996 04-May-2000 Peter Wemm <[email protected]>

Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. Thi

Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
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.

show more ...


# 484fa03f 12-Dec-1999 Peter Wemm <[email protected]>

Fix joy and put it back in the MI section. (yes, it works on Alpha)


# 6f940b38 28-Nov-1999 Bruce Evans <[email protected]>

Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFI

Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).

show more ...


# f274c85d 27-Sep-1999 Peter Wemm <[email protected]>

Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.


# c3aac50f 28-Aug-1999 Peter Wemm <[email protected]>

$Id$ -> $FreeBSD$


# 531842e1 12-Nov-1998 Jordan K. Hubbard <[email protected]>

Install scripts without .sh suffix.


# 0ddd3cf2 11-Nov-1998 Peter Wemm <[email protected]>

Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).


# 6a1a9040 05-Nov-1998 Peter Wemm <[email protected]>

Do not overwrite the lkm versions of the install scripts for now. linux
works but ibcs2 has a load failure and joy doesn't look like it'll work.


# a654d072 16-Oct-1998 Peter Wemm <[email protected]>

Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so

Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)

show more ...


# 98f3fd4b 01-Feb-1998 Bruce Evans <[email protected]>

Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
path to the obj directory in ${CFLAGS}. This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.


# 7f4ba713 24-Jan-1998 Eivind Eklund <[email protected]>

LKM-support for converting all file-system options to new-style options.


# 4a0f765f 22-Feb-1997 Peter Wemm <[email protected]>

Revert $FreeBSD$ back to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <[email protected]>

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.

show more ...


# 148531ef 22-Sep-1996 Wolfram Schneider <[email protected]>

add forgotten $Id$


# a7d87a67 23-Jun-1996 Bruce Evans <[email protected]>

Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by the
joy driver proper.

Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)
path.


# 83b2a9a8 16-Mar-1996 Jean-Marc Zucconi <[email protected]>

Build LKM for joystick driver.