summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNorman James <nkskjames@gmail.com>2015-10-06 12:33:07 -0500
committerNorman James <nkskjames@gmail.com>2015-10-06 12:33:07 -0500
commitb161ae2d0b30cabacf9d557e1da8711d34a63cf5 (patch)
treebc29e92ab08b831face0e96e0c2873492c9ed0a2 /Makefile
parent3e9092d6484568cb9f6b16b041e7bcbe3949527e (diff)
downloadtalos-skeleton-b161ae2d0b30cabacf9d557e1da8711d34a63cf5.tar.gz
talos-skeleton-b161ae2d0b30cabacf9d557e1da8711d34a63cf5.zip
added gpio to power button
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eda983b..fc288bd 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ 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)
button_power: button_power_obj.o gpio.o
- $(CC) -o bin/$@.exe obj/button_power_obj.o $(OFLAGS) $(CFLAGS)
+ $(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)
OpenPOWER on IntegriCloud