diff options
| author | Ravi Pokala <rpokala@FreeBSD.org> | 2018-03-03 01:53:51 +0000 |
|---|---|---|
| committer | Ravi Pokala <rpokala@FreeBSD.org> | 2018-03-03 01:53:51 +0000 |
| commit | 24f93aa05f31d8b67368954967ef4cbdde350779 (patch) | |
| tree | 5d79817c706cef9b0eb2efd3aa06e952449ec772 /sys/modules/i2c/controllers/Makefile | |
| parent | 75c1df31cff84d203a3711e12c3ab54057b4c89c (diff) | |
Notes
Diffstat (limited to 'sys/modules/i2c/controllers/Makefile')
| -rw-r--r-- | sys/modules/i2c/controllers/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/i2c/controllers/Makefile b/sys/modules/i2c/controllers/Makefile index d4e8296ba960..8773bc09c030 100644 --- a/sys/modules/i2c/controllers/Makefile +++ b/sys/modules/i2c/controllers/Makefile @@ -2,4 +2,8 @@ SUBDIR = alpm amdpm amdsmb ichiic ichsmb intpm ismt nfsmb viapm lpbb pcf +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" +SUBDIR += imcsmb +.endif + .include <bsd.subdir.mk> |
