revamp target: add support for netusg20 board
[openwrt/openwrt.git] / target / linux / at91 / image / Makefile
1 #
2 # Copyright (C) 2006-2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8 include $(INCLUDE_DIR)/image.mk
9
10 define Build/Clean
11 endef
12
13 define Build/Compile
14 endef
15
16 define Image/Prepare
17 endef
18
19 define Image/BuildKernel
20 cp $(LINUX_DIR)/arch/arm/boot/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage
21 endef
22
23 define Image/Build
24 $(call Image/Build/$(1),$(1))
25 endef
26
27 $(eval $(call BuildImage))