summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNorman James <njames@us.ibm.com>2015-10-18 14:43:10 -0500
committerNorman James <njames@us.ibm.com>2015-10-18 14:43:10 -0500
commita3e47c4a8d5a84128bbb82b43b77ffdfee11d862 (patch)
tree0facec67ad5f39049ff9b3687946b5eacab3341c /Makefile
parent1d309928a120da86b59a520987b3e8ab739a2180 (diff)
downloadtalos-skeleton-a3e47c4a8d5a84128bbb82b43b77ffdfee11d862.tar.gz
talos-skeleton-a3e47c4a8d5a84128bbb82b43b77ffdfee11d862.zip
lots of changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c9300cb..b303513 100644
--- a/Makefile
+++ b/Makefile
@@ -37,8 +37,8 @@ libopenbmc_intf: openbmc_intf.o
power_control: power_control_obj.o gpio.o
$(CC) -o bin/$@.exe obj/gpio.o obj/power_control_obj.o $(OFLAGS) $(CFLAGS)
-chassis_identify: chassis_identify_obj.o gpio.o
- $(CC) -o bin/$@.exe obj/gpio.o obj/chassis_identify_obj.o $(OFLAGS) $(CFLAGS)
+led_controller: led_controller.o gpio.o
+ $(CC) -o bin/$@.exe obj/gpio.o obj/led_controller.o $(OFLAGS) $(CFLAGS)
sensor_ambient: sensor_threshold.o sensor_temperature_ambient_obj.o
$(CC) -o bin/$@.exe obj/sensor_threshold.o obj/sensor_temperature_ambient_obj.o $(OFLAGS) $(CFLAGS)
@@ -46,9 +46,6 @@ sensor_ambient: sensor_threshold.o sensor_temperature_ambient_obj.o
button_power: button_power_obj.o gpio.o
$(CC) -o bin/$@.exe obj/button_power_obj.o obj/gpio.o $(OFLAGS) $(CFLAGS)
-sensor_host_status: sensor_host_status_obj.o
- $(CC) -o bin/$@.exe obj/sensor_host_status_obj.o $(OFLAGS) $(CFLAGS)
-
control_host: control_host_obj.o gpio.o
$(CC) -o bin/$@.exe obj/gpio.o obj/control_host_obj.o $(OFLAGS) $(CFLAGS)
@@ -76,5 +73,8 @@ pcie_slot_present: pcie_slot_present_obj.o gpio.o
flasher: $(OBJS2) flasher_obj.o
$(CC) -o bin/$@.exe obj/flasher_obj.o $(OFLAGS) $(OBJS3) $(CFLAGS)
+hwmon: hwmon_intf.o
+ $(CC) -o bin/$@.exe obj/hwmon_intf.o $(OFLAGS) $(CFLAGS)
+
-all: clean setup libopenbmc_intf power_control chassis_identify sensor_ambient button_power sensor_host_status control_host fan host_watchdog control_bmc sensor_occ board_vpd pcie_slot_present flash_bios flasher
+all: clean 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
OpenPOWER on IntegriCloud