summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2017-06-23 22:50:32 +0000
committerRobert Mustacchi <rm@joyent.com>2017-06-23 22:50:32 +0000
commit6ddc51acf6536c2e6638eeece13dd19ed648b755 (patch)
tree3e42f2c2a90030945a96fbbf710138c0bba871c5
parent3fa6c4e342899ba0ef5f73d32b72a1af0e62b925 (diff)
downloadillumos-joyent-6ddc51acf6536c2e6638eeece13dd19ed648b755.tar.gz
Add missing include files to Makefile
-rw-r--r--usr/src/uts/intel/qede/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/uts/intel/qede/Makefile b/usr/src/uts/intel/qede/Makefile
index 138bfaf04d..7e355d0e0a 100644
--- a/usr/src/uts/intel/qede/Makefile
+++ b/usr/src/uts/intel/qede/Makefile
@@ -16,8 +16,8 @@
UTSBASE = ../..
MODULE = qede
-#OBJECTS = $(QEDE_OBJS:%=$(OBJS_DIR)/%) $(QEDE_GEN_OBJS:%=$(OBJS_DIR)/%)
-OBJECTS = $(QEDE_GEN_OBJS:%=$(OBJS_DIR)/%)
+OBJECTS = $(QEDE_OBJS:%=$(OBJS_DIR)/%) $(QEDE_GEN_OBJS:%=$(OBJS_DIR)/%)
+#OBJECTS = $(QEDE_GEN_OBJS:%=$(OBJS_DIR)/%)
LINTS = $(QEDE_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/io/qede
@@ -37,6 +37,8 @@ CPPFLAGS += -DILLUMOS
CPPFLAGS += -I$(UTSBASE)/common/io/qede
CPPFLAGS += -I$(UTSBASE)/common/io/qede/579xx/drivers/ecore
CPPFLAGS += -I$(UTSBASE)/common/io/qede/579xx/drivers/ecore/hsi_repository
+CPPFLAGS += -I$(UTSBASE)/common/io/qede/579xx/hsi/
+CPPFLAGS += -I$(UTSBASE)/common/io/qede/579xx/hsi/hw
CPPFLAGS += -I$(UTSBASE)/common/io/qede/579xx/hsi/mcp
ALL_TARGET = $(BINARY) $(CONFMOD)