Deleted Added
full compact
Makefile.inc (180012) Makefile.inc (251250)
1# $FreeBSD: head/sys/boot/arm/at91/Makefile.inc 180012 2008-06-25 21:33:28Z ru $
1# $FreeBSD: head/sys/boot/arm/at91/Makefile.inc 251250 2013-06-02 11:44:23Z tijl $
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

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

16 -Wall -Waggregate-return \
17 -Wnested-externs \
18 -Wpointer-arith -Wshadow -Wwrite-strings \
19 -Werror \
20 -Wmissing-prototypes \
21 -Wmissing-declarations
22# -Wstrict-prototypes
23
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

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

16 -Wall -Waggregate-return \
17 -Wnested-externs \
18 -Wpointer-arith -Wshadow -Wwrite-strings \
19 -Werror \
20 -Wmissing-prototypes \
21 -Wmissing-declarations
22# -Wstrict-prototypes
23
24CFLAGS+=-DBOOT_${BOOT_FLAVOR:U}
24CFLAGS+=-DBOOT_${BOOT_FLAVOR:tu}
25
26LIBAT91=${.OBJDIR}/../libat91/libat91.a
27
28LD ?= ld
29OBJCOPY ?= objcopy
30
31.if defined(P)
32${P}: ${P}.out

--- 25 unchanged lines hidden ---
25
26LIBAT91=${.OBJDIR}/../libat91/libat91.a
27
28LD ?= ld
29OBJCOPY ?= objcopy
30
31.if defined(P)
32${P}: ${P}.out

--- 25 unchanged lines hidden ---