X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fmpc52xx%2Fimage%2FMakefile;fp=target%2Flinux%2Fmpc52xx%2Fimage%2FMakefile;h=177ca07bb729fef725fae19be0238b181aeb6bf1;hb=3c23bdf6e55aa26bb3852eca00e57bfd5a4a6b46;hp=0000000000000000000000000000000000000000;hpb=d7da1b9f000f1519ff9cf9ce3b79f88735472db5;p=openwrt-10.03%2F.git diff --git a/target/linux/mpc52xx/image/Makefile b/target/linux/mpc52xx/image/Makefile new file mode 100644 index 000000000..177ca07bb --- /dev/null +++ b/target/linux/mpc52xx/image/Makefile @@ -0,0 +1,26 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/image.mk + +define Image/Prepare + cp $(LINUX_DIR)/arch/powerpc/boot/zImage $(KDIR)/zImage +endef + +define Image/BuildKernel + cp $(KDIR)/zImage $(BIN_DIR)/openwrt-$(BOARD)-zImage +endef + +define Image/Build/ext2 + cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-ext2.img +endef + +define Image/Build + $(call Image/Build/$(1),$(1)) +endef + +$(eval $(call BuildImage))