Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1732 → Rev 1728

/boot/trunk/arch/ppc32/loader/asm.S
207,8 → 207,7
li r29, 8
mtctr r29
lis r30, 0x4000
ori r30, r30, 8
li r30, 0x4000
seg_fill_kernel:
/boot/trunk/Makefile
47,10 → 47,6
DEFS += -DCONFIG_DEBUG
endif
 
ifeq ($(CONFIG_BAT),y)
DEFS += -DCONFIG_BAT
endif
 
.PHONY: all build config distclean arch_distclean clean kernel uspace clean_kernel clean_uspace distclean_kernel distclean_uspace
 
all: