aboutsummaryrefslogtreecommitdiff
path: root/lib/lm4f/Makefile
diff options
context:
space:
mode:
authorAlexandru Gagniuc2012-11-29 19:37:45 -0600
committerAlexandru Gagniuc2013-01-09 00:37:50 -0600
commit03d04ad10a906539cc3d058a3000b2fb1504410b (patch)
tree7d6f6d29dd2013eb8dc00c4ffdc4ccd07d93a199 /lib/lm4f/Makefile
parent61f2cb3f993c0f00504e46be48de8c535c9408b4 (diff)
lm4f: Add API for enabling/disabling peripherals clock source
The enum definitions are specified in the form 31:5 register offset from SYSCTL_BASE for the clock register 4:0 bit offset for the given peripheral The names have the form [clock_type]_[periph_type]_[periph_number] Where clock_type is RCC for run clock SCC for sleep clock DCC for deep-sleep clock Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'lib/lm4f/Makefile')
-rw-r--r--lib/lm4f/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lm4f/Makefile b/lib/lm4f/Makefile
index 8f4c151..db4d5d4 100644
--- a/lib/lm4f/Makefile
+++ b/lib/lm4f/Makefile
@@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \
-ffunction-sections -fdata-sections -MD -DLM4F
# ARFLAGS = rcsv
ARFLAGS = rcs
-OBJS = gpio.o vector.o assert.o
+OBJS = gpio.o vector.o assert.o systemcontrol.o
VPATH += ../cm3