Openwrt/openwrt/target/linux/image/xscale/Makefile
Felix Fietkau 648e7db52d target/linux/image rewrite
SVN-Revision: 3905
2006-06-04 21:57:59 +00:00

11 lines
239 B
Makefile

include ../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))