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