summaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorJarielle Catbagan <jcatbagan93@gmail.com>2015-08-04 11:03:27 -0700
committerEd Sutter <edsutterjr@gmail.com>2015-08-04 18:45:34 -0400
commit0511e584a8bcced30f782d7decf76502d832c80e (patch)
tree41e81aa861c665c89016ada85d969fff9b36071e /ports
parentBBB: am335x_mmc.c: Integrate reading and writing functionality in "mmc" command (diff)
downloadumon-0511e584a8bcced30f782d7decf76502d832c80e.tar.bz2
BBB: Makefile: Compile am335x_mmc.c
Diffstat (limited to 'ports')
-rw-r--r--ports/beagleboneblack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/beagleboneblack/Makefile b/ports/beagleboneblack/Makefile
index b352f06..b90fffb 100644
--- a/ports/beagleboneblack/Makefile
+++ b/ports/beagleboneblack/Makefile
@@ -53,7 +53,7 @@ include $(TOPDIR)/make/common.make
#
LOCSSRC =
CPUSSRC = vectors_arm.S
-LOCCSRC = cpuio.c etherdev.c am335x_sd.c
+LOCCSRC = cpuio.c etherdev.c am335x_sd.c am335x_mmc.c
COMCSRC = arp.c cast.c cache.c chario.c cmdtbl.c \
docmd.c dhcp_00.c dhcpboot.c dns.c edit.c env.c ethernet.c \
flash.c gdb.c icmp.c if.c ledit_vt100.c monprof.c \