2 # Copyright (C) 2006-2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
8 include $(INCLUDE_DIR
)/image.mk
19 define Image
/BuildKernel
20 cp
$(LINUX_DIR
)/arch
/arm
/boot
/uImage
$(BIN_DIR
)/$(IMG_PREFIX
)-uImage
24 $(call Image
/Build
/$(1),$(1))
27 $(eval
$(call BuildImage
))
This page took 0.042574 seconds and 5 git commands to generate.