e4b3a9e4460f5450b8654be44b8baafc880a2989
[openwrt/staging/florian.git] / openwrt / target / image / x86 / Makefile
1 include $(TOPDIR)/rules.mk
2 include $(INCLUDE_DIR)/image.mk
3
4 define Image/Build
5 cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
6 cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
7 endef
8
9 $(eval $(call BuildImage))