Root/target/linux/mpc52xx/image/Makefile

1#
2# Copyright (C) 2009-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)/arch/powerpc/boot/zImage $(KDIR)/zImage
12endef
13
14define Image/BuildKernel
15    cp $(KDIR)/zImage $(BIN_DIR)/$(IMG_PREFIX)-zImage
16endef
17
18define Image/Build/ext2
19    cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-ext2.img
20endef
21
22define Image/Build
23    $(call Image/Build/$(1),$(1))
24endef
25
26$(eval $(call BuildImage))
27

Archive Download this file



interactive