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