summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-25 02:55:59 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-19 10:28:12 +0000
commitf73678b55a17c16007392f8990405b2a0c854ce1 (patch)
treeefc7a455eae896074ba68a34c7e75bd2d406cfde /Makefile
parenta5cc1c4293f79f9b8b96c741112d52fe7fb5b5cc (diff)
downloadtalos-skeleton-f73678b55a17c16007392f8990405b2a0c854ce1.tar.gz
talos-skeleton-f73678b55a17c16007392f8990405b2a0c854ce1.zip
Add initial hard PWM based beep utility
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b253f3..eeca33b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,8 @@ SUBDIRS = fanctl \
pystatemgr \
pysystemmgr \
pytools \
- softbeep
+ softbeep \
+ hardbeep
REVERSE_SUBDIRS = $(shell echo $(SUBDIRS) $(GDBUS_APPS) | tr ' ' '\n' | tac |tr '\n' ' ')
OpenPOWER on IntegriCloud