1 # $NetBSD: des.inc,v 1.1 2002/09/20 23:59:40 thorpej Exp $
3 # XXX WE NEED A WAY TO DETERMINE THESE AT COMPILE-TIME BASED ON
4 # XXX COMPILER OPTIONS.
6 # These are good for StrongARM with -mcpu=strongarm
7 #CPPFLAGS+= -DDES_RISC1
9 # These are good for XScale with -mcpu=xscale
10 #CPPFLAGS+= -DDES_RISC1 -DDES_PTR
12 .include "${.CURDIR}/des.inc"