freebsd-skq/sys/boot/Makefile.powerpc
emaste 8bd44e3441 Build a 32-bit libstand under sys/boot/ for ppc64
This change is equivalent to r261567 for i386/amd64.

Sponsored by:	The FreeBSD Foundation
2014-02-07 22:49:42 +00:00

10 lines
108 B
Makefile

# $FreeBSD$
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif
SUBDIR+= libstand32
SUBDIR+= ofw
SUBDIR+= uboot