52c15a93d0085faba3c1b8cd8f077b4bc459b954
[openwrt/staging/dedeckeh.git] / openwrt / target / image / xscale / Makefile
1 #
2 # Copyright (C) 2006 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 Image/Build
11 ifneq ($(FS),jffs2-64k)
12 cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
13 cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
14 endif
15 endef
16
17 $(eval $(call BuildImage))