Root/target/linux/uml/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#
7include $(TOPDIR)/rules.mk
8include $(INCLUDE_DIR)/image.mk
9
10define Image/Prepare
11    cp $(LINUX_DIR)/linux $(KDIR)/vmlinux.elf
12endef
13
14define Image/Build
15    cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1).img
16    cp $(KDIR)/vmlinux.elf $(BIN_DIR)/$(IMG_PREFIX)-vmlinux
17endef
18
19$(eval $(call BuildImage))
20

Archive Download this file



interactive