summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNorman James <nkskjames@gmail.com>2015-10-04 20:19:41 -0500
committerNorman James <nkskjames@gmail.com>2015-10-04 20:19:41 -0500
commit19e4591789d6146ac3e0651e151eceb670d64a60 (patch)
tree00facc8cfdfa48c2e4bde19d9370a13e16b18ad8 /Makefile
parent7caa10ecfd57451c6e1d9b5dccc1b2ce906f86dc (diff)
downloadtalos-skeleton-19e4591789d6146ac3e0651e151eceb670d64a60.tar.gz
talos-skeleton-19e4591789d6146ac3e0651e151eceb670d64a60.zip
lots of changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ff50ed..eda983b 100644
--- a/Makefile
+++ b/Makefile
@@ -61,5 +61,8 @@ sensor_occ: sensor_occ_obj.o
board_vpd: board_vpd_obj.o
$(CC) -o bin/$@.exe obj/board_vpd_obj.o $(OFLAGS) $(CFLAGS)
+pcie_slot_present: pcie_slot_present_obj.o gpio.o
+ $(CC) -o bin/$@.exe obj/pcie_slot_present_obj.o obj/gpio.o $(OFLAGS) $(CFLAGS)
+
all: libopenbmc_intf power_control chassis_identify sensor_ambient button_power sensor_host_status control_host fan host_watchdog control_bmc sensor_occ board_vpd
OpenPOWER on IntegriCloud