diff options
author | Garrett D'Amore <gdamore@opensolaris.org> | 2009-04-30 17:08:54 -0700 |
---|---|---|
committer | Garrett D'Amore <gdamore@opensolaris.org> | 2009-04-30 17:08:54 -0700 |
commit | 9f51456788105f8fa3e4ebf290b4628eb757e65a (patch) | |
tree | 64515d1d217d412daab123ea025cccac9057a2c4 /usr/src | |
parent | 8883f1c270cc8e33c18dd088e744840092b47bbb (diff) | |
download | illumos-gate-9f51456788105f8fa3e4ebf290b4628eb757e65a.tar.gz |
6198427 Driver for ALi M5451 AC-Link Controller (fix lint)
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/intel/audiots/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/intel/audiots/Makefile b/usr/src/uts/intel/audiots/Makefile index 58a4015a51..ac621c2681 100644 --- a/usr/src/uts/intel/audiots/Makefile +++ b/usr/src/uts/intel/audiots/Makefile @@ -78,7 +78,7 @@ clobber: $(CLOBBER_DEPS) lint: $(LINT_DEPS) -modlintlib: $(MODLINTLIB_DEPS) lint32 +modlintlib: $(MODLINTLIB_DEPS) clean.lint: $(CLEAN_LINT_DEPS) |