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 31ALL_BUILDS = $(ALL_BUILDSONLY64) 32DEF_BUILDS = $(DEF_BUILDSONLY64) 33 34CFLAGS += $(CCVERBOSE) 35LDFLAGS += -Ndrv/dld -Nmisc/mac -Nmisc/dls -Ndrv/vmm -Nmisc/neti 36LDFLAGS += -Nmisc/hook 37LDFLAGS += -M $(MAPFILE) 38 39.KEEP_STATE: 40 41def: $(DEF_DEPS) 42 43all: $(ALL_DEPS) 44 45clean: $(CLEAN_DEPS) 46 47clobber: $(CLOBBER_DEPS) 48 49install: $(INSTALL_DEPS) 50 51include $(UTSBASE)/intel/Makefile.targ 52