3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
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 \