Deleted Added
full compact
kmod.mk (238050) kmod.mk (239272)
1# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
1# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
2# $FreeBSD: head/sys/conf/kmod.mk 238050 2012-07-03 05:01:00Z obrien $
2# $FreeBSD: head/sys/conf/kmod.mk 239272 2012-08-15 03:21:56Z gonzo $
3#
4# The include file <bsd.kmod.mk> handles building and installing loadable
5# kernel modules.
6#
7#
8# +++ variables +++
9#
10# CLEANFILES Additional files to remove for the clean and cleandir targets.

--- 45 unchanged lines hidden (view full) ---

56# load:
57# Load a module.
58#
59# unload:
60# Unload a module.
61#
62
63# backwards compat option for older systems.
3#
4# The include file <bsd.kmod.mk> handles building and installing loadable
5# kernel modules.
6#
7#
8# +++ variables +++
9#
10# CLEANFILES Additional files to remove for the clean and cleandir targets.

--- 45 unchanged lines hidden (view full) ---

56# load:
57# Load a module.
58#
59# unload:
60# Unload a module.
61#
62
63# backwards compat option for older systems.
64MACHINE_CPUARCH?=${MACHINE_ARCH:C/mips(n32|64)?(el)?/mips/:C/armeb/arm/:C/powerpc64/powerpc/}
64MACHINE_CPUARCH?=${MACHINE_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb)?/arm/:C/powerpc64/powerpc/}
65
66AWK?= awk
67KMODLOAD?= /sbin/kldload
68KMODUNLOAD?= /sbin/kldunload
69OBJCOPY?= objcopy
70
71.if defined(KMODDEPS)
72.error "Do not use KMODDEPS on 5.0+; use MODULE_VERSION/MODULE_DEPEND"

--- 409 unchanged lines hidden ---
65
66AWK?= awk
67KMODLOAD?= /sbin/kldload
68KMODUNLOAD?= /sbin/kldunload
69OBJCOPY?= objcopy
70
71.if defined(KMODDEPS)
72.error "Do not use KMODDEPS on 5.0+; use MODULE_VERSION/MODULE_DEPEND"

--- 409 unchanged lines hidden ---