summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNorman James <njames@us.ibm.com>2015-10-11 21:54:53 -0500
committerNorman James <njames@us.ibm.com>2015-10-11 21:54:53 -0500
commit189981847e25d68bd1b7f82a1233122621496557 (patch)
tree01544f73501bd4eb23c21efa38d302ecce20ef65 /Makefile
parentf66005afa8ef09ae0f26539d1408b24264d86c7c (diff)
downloadtalos-skeleton-189981847e25d68bd1b7f82a1233122621496557.tar.gz
talos-skeleton-189981847e25d68bd1b7f82a1233122621496557.zip
updated flashing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0a4bb11..c9300cb 100644
--- a/Makefile
+++ b/Makefile
@@ -52,8 +52,8 @@ sensor_host_status: sensor_host_status_obj.o
control_host: control_host_obj.o gpio.o
$(CC) -o bin/$@.exe obj/gpio.o obj/control_host_obj.o $(OFLAGS) $(CFLAGS)
-flash_bios: $(OBJS2) pflash.o flash_bios_obj.o
- $(CC) -o bin/$@.exe obj/flash_bios_obj.o $(OFLAGS) $(OBJS3) $(CFLAGS)
+flash_bios: flash_bios_obj.o
+ $(CC) -o bin/$@.exe obj/flash_bios_obj.o $(OFLAGS) $(CFLAGS)
fan: fan_generic_obj.o gpio.o
$(CC) -o bin/$@.exe obj/gpio.o obj/fan_generic_obj.o $(OFLAGS) $(CFLAGS)
@@ -73,5 +73,8 @@ board_vpd: board_vpd_obj.o
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)
+flasher: $(OBJS2) flasher_obj.o
+ $(CC) -o bin/$@.exe obj/flasher_obj.o $(OFLAGS) $(OBJS3) $(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
+
+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
OpenPOWER on IntegriCloud