1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-22 19:51:05 +02:00
nbd b827761cb5 include $(TOPDIR)/rules.mk in the image makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 03:13:25 +00:00

10 lines
248 B
Makefile

include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/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))