summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNorman James <njames@us.ibm.com>2016-01-30 15:10:46 -0600
committerNorman James <njames@us.ibm.com>2016-01-30 15:10:46 -0600
commit8dd499321fd327cd5af3feb09feb3d033168a821 (patch)
tree37a9b6d1c2b2a7f0cd81db8cedc7df933c5dfd8e /Makefile
parent3d6a06f336b39537758f65180055c4fe18acdfe8 (diff)
downloadblackbird-skeleton-8dd499321fd327cd5af3feb09feb3d033168a821.tar.gz
blackbird-skeleton-8dd499321fd327cd5af3feb09feb3d033168a821.zip
remove new led controller
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index bdf619a..b94d275 100755
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ LIBS=$(shell pkg-config --libs gio-unix-2.0 glib-2.0) -Llib -lopenbmc_intf
%.o: objects/pflash/libflash/%.c
$(CC) -c -o obj/$@ $< $(CFLAGS) $(INCLUDES)
-all: setup libopenbmc_intf power_control led_controller button_power button_reset control_host host_watchdog control_bmc board_vpd pcie_slot_present flash_bios flasher control_bmc_barreleye pflash hwmons_barreleye led_controller_new
+all: setup libopenbmc_intf power_control led_controller button_power button_reset control_host host_watchdog board_vpd pcie_slot_present flash_bios flasher pflash hwmons_barreleye
setup:
mkdir -p obj lib
@@ -58,12 +58,6 @@ flash_bios: flash_bios_obj.o object_mapper.o libopenbmc_intf
host_watchdog: host_watchdog_obj.o object_mapper.o libopenbmc_intf
$(CC) -o bin/$@.exe obj/host_watchdog_obj.o obj/object_mapper.o $(LDFLAGS) $(LIBS)
-control_bmc: control_bmc_obj.o libopenbmc_intf
- $(CC) -o bin/$@.exe obj/control_bmc_obj.o $(LDFLAGS) $(LIBS)
-
-control_bmc_barreleye: control_bmc_barreleye.o libopenbmc_intf
- $(CC) -o bin/$@.exe obj/control_bmc_barreleye.o $(LDFLAGS) $(LIBS)
-
board_vpd: board_vpd_obj.o libopenbmc_intf
$(CC) -o bin/$@.exe obj/board_vpd_obj.o $(LDFLAGS) $(LIBS)
OpenPOWER on IntegriCloud