mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 15:39:27 -04:00
13 lines
338 B
PHP
13 lines
338 B
PHP
# $NetBSD: des.inc,v 1.1 2009/07/19 23:30:45 christos Exp $
|
|
|
|
# XXX WE NEED A WAY TO DETERMINE THESE AT COMPILE-TIME BASED ON
|
|
# XXX COMPILER OPTIONS.
|
|
|
|
# These are good for StrongARM with -mcpu=strongarm
|
|
#CPPFLAGS+= -DDES_RISC1
|
|
|
|
# These are good for XScale with -mcpu=xscale
|
|
#CPPFLAGS+= -DDES_RISC1 -DDES_PTR
|
|
|
|
.include "${.CURDIR}/des.inc"
|