xref: /illumos-gate/usr/src/uts/intel/viona/Makefile (revision 7c8c0b8227679b4684566e408ccc96d6ef7175e9)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2013 Pluribus Networks Inc.
14# Copyright 2019 Joyent, Inc.
15# Copyright 2022 Oxide Computer Company
16#
17
18UTSBASE	= ../..
19
20MODULE		= viona
21OBJECTS	= $(VIONA_OBJS:%=$(OBJS_DIR)/%)
22ROOTMODULE	= $(USR_DRV_DIR)/$(MODULE)
23CONF_SRCDIR	= $(UTSBASE)/intel/io/viona
24MAPFILE		= $(UTSBASE)/intel/io/viona/viona.mapfile
25
26include $(UTSBASE)/intel/Makefile.intel
27
28ALL_TARGET	= $(BINARY) $(SRC_CONFILE)
29INSTALL_TARGET	= $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
30
31# needs work
32SMOFF += all_func_returns
33
34ALL_BUILDS	= $(ALL_BUILDSONLY64)
35DEF_BUILDS	= $(DEF_BUILDSONLY64)
36
37CFLAGS		+= $(CCVERBOSE)
38LDFLAGS		+= -Ndrv/dld -Nmisc/mac -Nmisc/dls -Ndrv/vmm -Nmisc/neti
39LDFLAGS		+= -Nmisc/hook
40LDFLAGS		+= -M $(MAPFILE)
41
42.KEEP_STATE:
43
44def:		$(DEF_DEPS)
45
46all:		$(ALL_DEPS)
47
48clean:		$(CLEAN_DEPS)
49
50clobber:	$(CLOBBER_DEPS)
51
52install:	$(INSTALL_DEPS)
53
54include $(UTSBASE)/intel/Makefile.targ
55