Makefile.targ (bbbed746ed07daa0e18f08cf6145bb3f2b063f24) Makefile.targ (3e3ca1ce307a7d82ef007b435088f3f04a0f3e65)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

45# is fixed to drop correct dependency information.
46#
47$(OBJECTS): $(INLINES)
48
49#
50# Partially link .o files to generate the kmod. The fake dependency
51# on modstubs simplifies things...
52#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

45# is fixed to drop correct dependency information.
46#
47$(OBJECTS): $(INLINES)
48
49#
50# Partially link .o files to generate the kmod. The fake dependency
51# on modstubs simplifies things...
52#
53$(BINARY): $(OBJECTS)
53$(BINARY): $(OBJECTS) $(DTRACE_MAPFILE)
54 $(LD) -r $(LDFLAGS) -o $@ $(OBJECTS)
55 $(CTFMERGE_UNIQUIFY_AGAINST_GENUNIX)
56 $(POST_PROCESS)
57
58#
59# This target checks each kmod for undefined entry points. It does not
60# modify the kmod in any way.
61#

--- 445 unchanged lines hidden ---
54 $(LD) -r $(LDFLAGS) -o $@ $(OBJECTS)
55 $(CTFMERGE_UNIQUIFY_AGAINST_GENUNIX)
56 $(POST_PROCESS)
57
58#
59# This target checks each kmod for undefined entry points. It does not
60# modify the kmod in any way.
61#

--- 445 unchanged lines hidden ---