Be sure kernel includes are available.
[AROS.git] / workbench / tools / ShowConfig / mmakefile.src
blob749b346e6a33fc45a6437f1d5a10bc076943ff54
1 # Copyright © 2011-2012, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES   := ShowConfig cpu_i386 cpu_arm
7 EXEDIR  := $(AROS_TOOLS)
9 #MM- workbench-tools : kernel-kernel-includes workbench-tools-showconfig
11 %build_prog mmake=workbench-tools-showconfig \
12     progname=ShowConfig targetdir=$(EXEDIR) \
13     files=$(FILES) uselibs="arossupport amiga"
15 %common