Changeset View
Changeset View
Standalone View
Standalone View
sys/boot/uboot/fdt/Makefile
| Show All 22 Lines | |||||
| # Pick up the bootstrap header for some interface items | # Pick up the bootstrap header for some interface items | ||||
| CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I. | CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I. | ||||
| machine: | machine: | ||||
| ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine | ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine | ||||
| CLEANFILES+= machine | CLEANFILES+= machine | ||||
| .include <bsd.stand.mk> | |||||
| .include <bsd.lib.mk> | .include <bsd.lib.mk> | ||||
| beforedepend ${OBJS}: machine | beforedepend ${OBJS}: machine | ||||