projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enable optional building of u-boot for avr32
[openwrt.git]
/
target
/
linux
/
avr32
/
image
/
Makefile
diff --git
a/target/linux/avr32/image/Makefile
b/target/linux/avr32/image/Makefile
index
3568984
..
cbaf07d
100644
(file)
--- a/
target/linux/avr32/image/Makefile
+++ b/
target/linux/avr32/image/Makefile
@@
-4,9
+4,18
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
+
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
+define Build/Clean
+ $(MAKE) -C u-boot clean
+endef
+
+define Build/Compile
+ $(MAKE) -C u-boot compile
+endef
+
define Image/Prepare
cp $(LINUX_DIR)/arch/avr32/boot/images/uImage $(KDIR)/uImage
endef
define Image/Prepare
cp $(LINUX_DIR)/arch/avr32/boot/images/uImage $(KDIR)/uImage
endef
This page took
0.024349 seconds
and
4
git commands to generate.