summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNorman James <njames@us.ibm.com>2015-10-28 12:43:16 -0500
committerNorman James <njames@us.ibm.com>2015-10-28 12:43:16 -0500
commitd5d093074b68c0f4975d0b9b661d6b1842ef8799 (patch)
tree0fa587d6ea98fcdf7332b161c132ae5db01b0f25 /Makefile
parenta4651014151d0654c324692e18d46ac520c2c5dc (diff)
downloadtalos-skeleton-d5d093074b68c0f4975d0b9b661d6b1842ef8799.tar.gz
talos-skeleton-d5d093074b68c0f4975d0b9b661d6b1842ef8799.zip
remove temp sensor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 23b53ce..02f51f1 100644
--- a/Makefile
+++ b/Makefile
@@ -37,9 +37,6 @@ power_control: power_control_obj.o gpio.o libopenbmc_intf
led_controller: led_controller.o gpio.o libopenbmc_intf
$(CC) -o bin/$@.exe obj/gpio.o obj/led_controller.o $(LDFLAGS) $(LIBS)
-sensor_ambient: sensor_threshold.o sensor_temperature_ambient_obj.o libopenbmc_intf
- $(CC) -o bin/$@.exe obj/sensor_threshold.o obj/sensor_temperature_ambient_obj.o $(LDFLAGS) $(LIBS)
-
button_power: button_power_obj.o gpio.o libopenbmc_intf
$(CC) -o bin/$@.exe obj/button_power_obj.o obj/gpio.o $(LDFLAGS) $(LIBS)
@@ -74,4 +71,4 @@ hwmon: hwmon_intf.o libopenbmc_intf
$(CC) -o bin/$@.exe obj/hwmon_intf.o $(LDFLAGS) $(LIBS)
-all: setup libopenbmc_intf power_control led_controller sensor_ambient button_power control_host fan host_watchdog control_bmc board_vpd pcie_slot_present flash_bios flasher control_bmc_barreleye
+all: setup libopenbmc_intf power_control led_controller button_power control_host fan host_watchdog control_bmc board_vpd pcie_slot_present flash_bios flasher control_bmc_barreleye
OpenPOWER on IntegriCloud