Makefile revision 6716431ba7de213d5c318e58dc24c8a36da9b068
1ee306e1248866617c96ed9f4263f375588ad838Lennart Poettering# This file and its contents are supplied under the terms of the
1ee306e1248866617c96ed9f4263f375588ad838Lennart Poettering# Common Development and Distribution License ("CDDL"), version 1.0.
1ee306e1248866617c96ed9f4263f375588ad838Lennart Poettering# You may only use this file in accordance with the terms of version
1ee306e1248866617c96ed9f4263f375588ad838Lennart Poettering# 1.0 of the CDDL.
1ee306e1248866617c96ed9f4263f375588ad838Lennart Poettering# A full copy of the text of the CDDL should have accompanied this
1ee306e1248866617c96ed9f4263f375588ad838Lennart Poettering# source. A copy of the CDDL is also available via the Internet at
1ee306e1248866617c96ed9f4263f375588ad838Lennart Poettering# Copyright (c) 2014 Joyent, Inc. All rights reserved.
1ee306e1248866617c96ed9f4263f375588ad838Lennart Poettering# Path to the base of the uts directory tree (usually /usr/src/uts).
8bdbb8d9cbe1d35708385573d70984ab4533812dLennart Poettering# Define the module and object file sets.
1ee306e1248866617c96ed9f4263f375588ad838Lennart PoetteringLINTS = $(UDMF_OBJS:%.o=$(LINTS_DIR)/%.ln)
878cd7e95ca303f9851d227a22d2022bd49944b0Lennart Poettering# Include common rules.
1ee306e1248866617c96ed9f4263f375588ad838Lennart PoetteringLDFLAGS += -dy -N misc/mac -N drv/ip -N misc/usba -N misc/usbgem
1ee306e1248866617c96ed9f4263f375588ad838Lennart PoetteringLINTTAGS += -erroff=E_FUNC_RET_ALWAYS_IGNOR2
1ee306e1248866617c96ed9f4263f375588ad838Lennart Poettering# Default build targets.
a1da85830bfaa77b9eb9c54693e5573559c97e50Tom Gundersen# Include common targets.