summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarielle Catbagan <jcatbagan93@gmail.com>2015-08-02 21:16:43 -0700
committerEd Sutter <edsutterjr@gmail.com>2015-08-03 19:30:47 -0400
commita4b4f2eeb341f4bb2c3469cc3650cf0499aac3ed (patch)
treebb193924ea5abbae9e620e3acc1dabea23ac585a
parentBBB: config.h: Enable the "sd" command via INCLUDE_SD (diff)
downloadumon-a4b4f2eeb341f4bb2c3469cc3650cf0499aac3ed.tar.bz2
BBB: Makefile: Compile am335x_sd.c
-rw-r--r--ports/beagleboneblack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/beagleboneblack/Makefile b/ports/beagleboneblack/Makefile
index 42a368d..b352f06 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
+LOCCSRC = cpuio.c etherdev.c am335x_sd.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 \