1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 04:51:11 +03:00
openwrt-xburst/target/linux/image/x86/Makefile
nbd ff69288edb target/linux/image rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3905 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-04 21:57:59 +00:00

9 lines
209 B
Makefile

include ../image.mk
define Image/Build
cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
endef
$(eval $(call BuildImage))