made bus config global and moved to system bus
diff --git a/Makefile b/Makefile
index 156fd8e..9e87539 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,9 @@
 setup: 
 	mkdir obj
 
+clean:  
+	rm -rf obj
+
 libopenbmc_intf: openbmc_intf.o
 	$(CC) -shared -o bin/$@.so obj/openbmc_intf.o $(CFLAGS)
 
@@ -71,4 +74,4 @@
 	$(CC) -o bin/$@.exe obj/pcie_slot_present_obj.o obj/gpio.o $(OFLAGS) $(CFLAGS)
 
 
-all: 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
+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