get the cache sizes in bytes
[AROS.git] / arch / all-native / econsole / mmakefile.src
blob80607b5decbed608540056834c55c2a58bb1761d
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FILES := econsole
6 # Emergency CON: device, operating over the Exec Raw*() interace
7 # Enabled with the bootarg of 'econsole'
9 # Also supplies a minimal boot disk at priority -127.
11 USER_CFLAGS += -DAROS_CPU="\"$(AROS_TARGET_CPU)\""
13 %build_module mmake=kernel-econsole \
14   modname=econsole modtype=hook \
15   files="$(FILES)"
18 %common