diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 14:02:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 14:02:29 +0000 |
commit | 913e09274d6e6056319d307a841ce9554085fb03 (patch) | |
tree | a16d02a1e5f3bbadde4f85f030dce15958e4ba6e /target/image/xscale/Makefile | |
parent | de6d89215358578ecc1905eaa1446cbd5d7d89c0 (diff) | |
download | upstream-913e09274d6e6056319d307a841ce9554085fb03.tar.gz upstream-913e09274d6e6056319d307a841ce9554085fb03.tar.bz2 upstream-913e09274d6e6056319d307a841ce9554085fb03.zip |
move target/linux/image to target/image
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4040 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/image/xscale/Makefile')
-rw-r--r-- | target/image/xscale/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/image/xscale/Makefile b/target/image/xscale/Makefile new file mode 100644 index 0000000000..683c6028f6 --- /dev/null +++ b/target/image/xscale/Makefile @@ -0,0 +1,11 @@ +include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/image.mk + +define Image/Build +ifneq ($(FS),jffs2-64k) + cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img + cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz +endif +endef + +$(eval $(call BuildImage)) |