Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3364 → Rev 3365

/branches/sparc/kernel/arch/sparc64/Makefile.inc
76,6 → 76,14
DEFS += -DCONFIG_SMP
endif
 
ifeq ($(MACHINE),us2)
DEFS += -DUS2
endif
 
ifeq ($(MACHINE),us3)
DEFS += -DUS3
endif
 
ARCH_SOURCES = \
arch/$(ARCH)/src/cpu/cpu.c \
arch/$(ARCH)/src/asm.S \