summaryrefslogtreecommitdiffstats
path: root/ports/beagleboneblack/Makefile
diff options
context:
space:
mode:
authorJarielle Catbagan <jcatbagan93@gmail.com>2015-06-19 19:57:58 -0700
committerEd Sutter <edsutterjr@gmail.com>2015-06-27 08:42:49 -0400
commitce2a00f0aecbfca77daa2dd8299234d70d171ad2 (patch)
tree09c26719134aca2e9eb090a2457353f10308b6ea /ports/beagleboneblack/Makefile
parentRemoved "ads" command from being included in the common cmdtbl.c from xcmddcl... (diff)
downloadumon-ce2a00f0aecbfca77daa2dd8299234d70d171ad2.tar.bz2
Removed nand740.c from BBB port
nand740.c is for the NAND device found on the CSB740. Hence, the file is not relevant to the BBB. The file has also been removed from the compilation process in Makefile.
Diffstat (limited to 'ports/beagleboneblack/Makefile')
-rw-r--r--ports/beagleboneblack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/beagleboneblack/Makefile b/ports/beagleboneblack/Makefile
index ddf60e2..77af32d 100644
--- a/ports/beagleboneblack/Makefile
+++ b/ports/beagleboneblack/Makefile
@@ -42,7 +42,7 @@ include $(TOPDIR)/make/common.make
#
LOCSSRC =
CPUSSRC = vectors_arm.S
-LOCCSRC = cpuio.c etherdev.c nand740.c
+LOCCSRC = cpuio.c etherdev.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 \