projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add board support for hawkboard
[u-boot.git]
/
board
/
davinci
/
da8xxevm
/
Makefile
diff --git
a/board/davinci/da8xxevm/Makefile
b/board/davinci/da8xxevm/Makefile
index 88fee5004782de7fe7990e9e4c9a9d16713c1339..1816368702b5ea15f22bf8b3bc9e409e17c805b4 100644
(file)
--- a/
board/davinci/da8xxevm/Makefile
+++ b/
board/davinci/da8xxevm/Makefile
@@
-30,6
+30,7
@@
LIB = $(obj)lib$(BOARD).o
COBJS-y += common.o
COBJS-$(CONFIG_MACH_DAVINCI_DA830_EVM) += da830evm.o
COBJS-$(CONFIG_MACH_DAVINCI_DA850_EVM) += da850evm.o
+COBJS-$(CONFIG_MACH_DAVINCI_HAWK) += hawkboard.o
COBJS := $(COBJS-y)
This page took
0.027742 seconds
and
4
git commands to generate.