summaryrefslogtreecommitdiffstats
path: root/target/linux/image/xscale/Makefile
blob: d94d7f07cabadadd0a55d395a4972cde33d0c006 (plain)
1
2
3
4
5
6
7
8
9
10
include $(TOPDIR)/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))