arch/ppc-sam440: Add tool to create bootable USB sticks for Sam4xx
[AROS.git] / arch / ppc-sam440 / parthenogenesis / mmakefile.src
blob13e64d3ad1c36c610b3a7811692d727f3ccba5d0
1 # parthenogenesis: Tool to make a bootable USB device for Sam4xx machines
2
3 # $Id$
4 include $(TOP)/config/make.cfg
6 #MM- host-tools-parthenogenesis: host-linklibs-adf
8 FILES=parthenogenesis
10 USER_INCLUDES := -I$(CROSSTOOLSDIR)/include
11 USER_LDFLAGS  := -L$(CROSSTOOLSDIR)/lib
13 %build_prog mmake=host-tools-parthenogenesis \
14         files=$(FILES) compiler=host \
15         progname=parthenogenesis cflags="$(USER_INCLUDES) -g3" \
16         ldflags="$(USER_LDFLAGS) -g3" \
17         targetdir="$(HOSTGENDIR)/tools" \
18         uselibs=adf
20 %common