revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-native / econsole / mmakefile.src
bloba317f925fce9a6b9b7f399b8ee78388ce7929953
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_CPPFLAGS += -DAROS_CPU="\"$(AROS_TARGET_CPU)\""
16 %build_module mmake=kernel-econsole \
17   modname=econsole modtype=handler \
18   files="$(FILES)"
20 %common