Makefile.module (24fe0b3bf671e123467ce1df0b67cadd3614c8e4) | Makefile.module (2a12f85ad140e332791b4bad1208a734c3f26bf3) |
---|---|
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 --- 8 unchanged lines hidden (view full) --- 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# | 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 --- 8 unchanged lines hidden (view full) --- 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# |
25# Copyright (c) 2013 by Delphix. All rights reserved. 26# |
|
25 26.KEEP_STATE: 27.SUFFIXES: 28 29include $(SRC)/cmd/mdb/Makefile.tools 30 31$(KMOD_SOURCES_DIFFERENT)KMODSRCS = $(MODSRCS) 32 --- 55 unchanged lines hidden (view full) --- 88LINTFILES_kvm = $(LINTFILES_kvm_$(LINTFILES_kvm_type)) 89LINTFILES_proc = $(LINTOBJS) 90LINTFILES_raw = $(LINTOBJS) 91LINTFILES = $(LINTFILES_$(MDBTGT)) 92 93kvm_TGTFLAGS = -D_KERNEL 94proc_TGTFLAGS = -D_USER 95 | 27 28.KEEP_STATE: 29.SUFFIXES: 30 31include $(SRC)/cmd/mdb/Makefile.tools 32 33$(KMOD_SOURCES_DIFFERENT)KMODSRCS = $(MODSRCS) 34 --- 55 unchanged lines hidden (view full) --- 90LINTFILES_kvm = $(LINTFILES_kvm_$(LINTFILES_kvm_type)) 91LINTFILES_proc = $(LINTOBJS) 92LINTFILES_raw = $(LINTOBJS) 93LINTFILES = $(LINTFILES_$(MDBTGT)) 94 95kvm_TGTFLAGS = -D_KERNEL 96proc_TGTFLAGS = -D_USER 97 |
98C99MODE = $(C99_ENABLE) 99 |
|
96CFLAGS += $(CCVERBOSE) 97CFLAGS64 += $(CCVERBOSE) 98CPPFLAGS += $($(MDBTGT)_TGTFLAGS) -I../../../common 99LDFLAGS += $(ZTEXT) 100LDFLAGS64 += $(ZTEXT) 101 102# Module type-specific compiler flags 103$(MODOBJS) := CFLAGS += $(C_BIGPICFLAGS) $(XREGSFLAG) --- 149 unchanged lines hidden --- | 100CFLAGS += $(CCVERBOSE) 101CFLAGS64 += $(CCVERBOSE) 102CPPFLAGS += $($(MDBTGT)_TGTFLAGS) -I../../../common 103LDFLAGS += $(ZTEXT) 104LDFLAGS64 += $(ZTEXT) 105 106# Module type-specific compiler flags 107$(MODOBJS) := CFLAGS += $(C_BIGPICFLAGS) $(XREGSFLAG) --- 149 unchanged lines hidden --- |