1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 13:52:26 +03:00
openwrt-xburst/target/linux/image/Makefile
nbd 0d40d1f83b small fix for firmware image util compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-11 23:44:58 +00:00

25 lines
376 B
Makefile

include $(TOPDIR)/rules.mk
ifeq ($(BOARD),)
BOARD:=brcm
endif
KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)
ifeq ($(BR2_TARGET_ROOTFS_JFFS2),y)
include ./jffs2.mk
endif
ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS_LZMA),y)
include ./squashfs.mk
endif
prepare:
compile:
install:
$(MAKE) -C $(BOARD) prepare
$(MAKE) -C $(BOARD) compile
rebuild: clean prepare compile install
clean: