Deleted Added
sdiff udiff text old ( 171426 ) new ( 180012 )
full compact
1# $FreeBSD: head/sys/boot/arm/at91/Makefile.inc 171426 2007-07-13 14:27:05Z imp $
2
3.if !target(__at91_boot_Makefile.inc__)
4.PATH: ${.CURDIR}/../../../../libkern ${.CURDIR}/../../../../libkern/arm
5
6__at91_boot_Makefile.inc__:
7
8# tsc, bwct, kb920x, centipad are the supported flavors
9BOOT_FLAVOR?=kb920x

--- 38 unchanged lines hidden (view full) ---

48
49.if defined(WITH_FPGA)
50MK_FPGA:=yes
51.else
52MK_FPGA:=no
53.endif
54
55.endif