build system cleanup. move shared include files into $(TOPDIR)/include, move lzma...
[openwrt.git] / target / linux / image / xscale / Makefile
1 include $(TOPDIR)/include/image.mk
2
3 define Image/Build
4 ifneq ($(FS),jffs2-64k)
5         cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
6         cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
7 endif
8 endef
9
10 $(eval $(call BuildImage))