scripts: remove explicit --with-paranoia from configure line as it is enabled by...
[AROS.git] / arch / all-native / econsole / mmakefile.src
blob3f9adc731ed95e6c98c4331bf84b714a56576c19
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FILES := econsole
9 # Emergency CON: device, operating over the Exec Raw*() interace
10 # Enabled with the bootarg of 'econsole'
12 # Also supplies a minimal boot disk at priority -127.
14 USER_CFLAGS += -DAROS_CPU="\"$(AROS_TARGET_CPU)\""
16 %build_module mmake=kernel-econsole \
17   modname=econsole modtype=handler \
18   files="$(FILES)"
20 %common