Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/i2c/Makefile
| Show All 26 Lines | SUBDIR = \ | ||||
| smbus \ | smbus \ | ||||
| .if !empty(OPT_FDT) | .if !empty(OPT_FDT) | ||||
| SUBDIR += hym8563 \ | SUBDIR += hym8563 \ | ||||
| rs5c372a \ | rs5c372a \ | ||||
| rv3032 \ | rv3032 \ | ||||
| rx8803 \ | rx8803 \ | ||||
| tca64xx \ | tca64xx \ | ||||
| tmp461 | tmp461 \ | ||||
| w83793g | |||||
| .endif | .endif | ||||
| .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ | .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ | ||||
| ${MACHINE_CPUARCH} == "i386" | ${MACHINE_CPUARCH} == "i386" | ||||
| SUBDIR += iichid | SUBDIR += iichid | ||||
| .endif | .endif | ||||
| .include <bsd.subdir.mk> | .include <bsd.subdir.mk> | ||||