projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[at91] Add support for u-boot
[openwrt.git]
/
target
/
linux
/
at91
/
image
/
Makefile
diff --git
a/target/linux/at91/image/Makefile
b/target/linux/at91/image/Makefile
index
433dad8
..
711b932
100644
(file)
--- a/
target/linux/at91/image/Makefile
+++ b/
target/linux/at91/image/Makefile
@@
-8,9
+8,13
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
define Build/Clean
+ $(MAKE) -C u-boot clean
endef
define Build/Compile
+ if [ $(CONFIG_AT91_UBOOT) ]; then \
+ $(MAKE) -C u-boot compile; \
+ fi
endef
define Image/Prepare
This page took
0.025414 seconds
and
4
git commands to generate.