1# $NetBSD: bsd.powerpc-booke.mk,v 1.1 2011/06/15 09:45:59 mrg Exp $ 2 3.ifndef _BSD_POWERPC_BOOKE_MK_ 4_BSD_POWERPC_BOOKE_MK_=1 5 6KMODULEARCHDIR:= powerpc-booke 7 8# gcc emits bad code with these options 9#CPPFLAGS+= -mcpu=8548 10CPPFLAGS+= -mmultiple -mno-string -misel -Wa,-me500 11PPC_BOOKE= 1 12 13# hack into bsd.kmodule.mk 14PPC_INTR_IMPL=\"powerpc/booke/intr.h\" 15PPC_PCI_MACHDEP_IMPL=\"powerpc/pci_machdep.h\" 16 17AFLAGS+= -Wa,-me500 18 19.endif # _BSD_POWERPC_BOOKE_MK_ 20