This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM437X: added driver using menu config, builds but doesn't install?

Part Number: PROCESSOR-SDK-AM437X

Tool/software: Linux

ti-processor-sdk-linux-am437x-evm-04.03.00.05   using top level Makefile.  

for example hdc100x.c:

. conf (after build)  I know this gets overwritten.

#
# Humidity sensors
#
# CONFIG_AM2315 is not set
# CONFIG_DHT11 is not set
CONFIG_HDC100X=y
# CONFIG_HTU21 is not set
# CONFIG_SI7005 is not set
# CONFIG_SI7020 is not set

i see the output of make all 

LD net/ipv4/built-in.o
LD drivers/iio/health/built-in.o
CC drivers/iio/humidity/hdc100x.o
LD drivers/iio/imu/bmi160/built-in.o
LD drivers/iio/imu/inv_mpu6050/built-in.o

but I don't see the driver in make install or on target in /lib/modules/4.9.69-g9ce43c71ae/kernel/drivers/iio

it is in my .conf file and auto.conf.