b7bd9e9e65df53a58bba13b94b8f7b3f2ab9bf73
[openwrt/openwrt.git] / target / linux / uml / image / 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/Prepare
11 cp $(LINUX_DIR)/linux $(KDIR)/vmlinux.elf
12 endef
13
14 define Image/Build
15 cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
16 cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux
17 endef
18
19 $(eval $(call BuildImage))