
CHECKOUT_PREFIX ?= svn://svn.atc.amit.com.tw
COMPO_URL := $(CHECKOUT_PREFIX)/Sahara/Cramfstool/trunk
COMPO_REV := -r 3
COMPO_DIR := $(COMPO_BASE)/Cramfstool
GPL_LEVEL := 2

include ../makefile.common

#

build:
	make -C $(COMPO_DIR) all

install:
	cp -a $(COMPO_DIR)/mkcramfs $(INSTALL_ROOT)/open/bin

clean:
	make -C $(COMPO_DIR) clean

copying:
