cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git] / lib / csu / Makefile
blob5f1cddcde662132ad6fc99c09e176b2f121fc832
1 # $FreeBSD$
3 .if exists(${.CURDIR}/${MACHINE_ARCH})
4 SUBDIR+= ${MACHINE_ARCH}
5 .else
6 SUBDIR+= ${MACHINE_CPUARCH}
7 .endif
9 .include <bsd.subdir.mk>