Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3126 → Rev 4377

/branches/tracing/uspace/app/debug/arch/arm32/Makefile.inc
27,6 → 27,6
#
 
ARCH_SOURCES := \
arch/$(ARCH)/src/arm32.c
arch/$(UARCH)/src/arm32.c
 
CONFIG_IDEC = y
/branches/tracing/uspace/app/debug/arch/ppc32/Makefile.inc
27,6 → 27,6
#
 
ARCH_SOURCES := \
arch/$(ARCH)/src/ppc32.c
arch/$(UARCH)/src/ppc32.c
 
CONFIG_IDEC = y
/branches/tracing/uspace/app/debug/arch/mips32/Makefile.inc
27,6 → 27,6
#
 
ARCH_SOURCES := \
arch/$(ARCH)/src/mips32.c
arch/$(UARCH)/src/mips32.c
 
CONFIG_IDEC = y
/branches/tracing/uspace/app/debug/arch/ia32/Makefile.inc
26,4 → 26,4
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
 
ARCH_SOURCES := arch/$(ARCH)/src/ia32.c
ARCH_SOURCES := arch/$(UARCH)/src/ia32.c