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