openwrtv4/openwrt/target/image/xscale/Makefile
Felix Fietkau b0cf6af7c2 move target/linux/image to target/image
SVN-Revision: 4040
2006-06-21 14:02:29 +00:00

11 lines
278 B
Makefile

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))