Deleted Added
full compact
Makefile.inc (171426) Makefile.inc (180012)
1# $FreeBSD: head/sys/boot/arm/at91/Makefile.inc 171426 2007-07-13 14:27:05Z imp $
1# $FreeBSD: head/sys/boot/arm/at91/Makefile.inc 180012 2008-06-25 21:33:28Z ru $
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
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
56
57.include "../Makefile.inc"