diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2018-06-14 12:33:15 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2018-06-14 12:33:15 +0000 |
commit | 0646fbda486564f5c3308a3ae3c9aa6bc85ac9e5 (patch) | |
tree | 551f3a6ce79941b1a94bc1aad1b5678441a6ffd5 /usr/src/uts/common/Makefile.rules | |
parent | 8118caaf6ac0df6a54351bfd800aea92a6ac3cca (diff) | |
parent | 14b24e2b79293068c8e016a69ef1d872fb5e2fd5 (diff) | |
download | illumos-joyent-0646fbda486564f5c3308a3ae3c9aa6bc85ac9e5.tar.gz |
[illumos-gate merge]
commit 14b24e2b79293068c8e016a69ef1d872fb5e2fd5
9506 Want support for QLogic QL41000/45000 series devices
commit cfad065142375b14439598ab13b09a95be0ad333
9589 ldterm_dosig() can send empty mblks downstream
Conflicts:
usr/src/uts/intel/qede/Makefile
usr/src/uts/common/io/qede/qede_version.h
usr/src/uts/common/io/qede/qede_types.h
usr/src/uts/common/io/qede/qede_osal.c
usr/src/uts/common/io/qede/qede_main.c
usr/src/uts/common/io/qede/qede_list.h
usr/src/uts/common/io/qede/qede_kstat.c
usr/src/uts/common/io/qede/qede_gld.c
usr/src/uts/common/io/qede/qede_fp.h
usr/src/uts/common/io/qede/qede_fp.c
usr/src/uts/common/io/qede/qede_dbg.c
usr/src/uts/common/io/qede/qede_cfg.c
usr/src/uts/common/io/qede/qede.h
exception_lists/hdrchk
exception_lists/cstyle
Diffstat (limited to 'usr/src/uts/common/Makefile.rules')
-rw-r--r-- | usr/src/uts/common/Makefile.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/common/Makefile.rules b/usr/src/uts/common/Makefile.rules index 95bb020a63..7c9834f3d3 100644 --- a/usr/src/uts/common/Makefile.rules +++ b/usr/src/uts/common/Makefile.rules @@ -2423,6 +2423,9 @@ $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/spppasyn/%.c $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/sppptun/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) +$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/qede/%.c + @($(LHEAD) $(LINT.c) $< $(LTAIL)) + $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ral/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) |