mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
Add a LPC host command to read temperature sensor value with given sensor id. Add ectool command to read temperature sensor value through LPC. BUG=chrome-os-partner:7329 TEST=Manual check the reading received is the same as value printed by console command. Change-Id: Id3386774435be6c3ae010a143f4fa894568efdb8
8 lines
210 B
Makefile
8 lines
210 B
Makefile
#
|
|
# common files build
|
|
#
|
|
|
|
common-objs=main.o util.o console.o vboot.o
|
|
common-objs+=flash_commands.o host_command.o port80.o keyboard.o i8042.o
|
|
common-objs+=memory_commands.o shared_mem.o temp_sensor_commands.o
|