Deleted Added
full compact
Makefile (189588) Makefile (190814)
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 189588 2009-03-09 17:16:29Z jhb $
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 190814 2009-04-07 17:58:15Z jkim $
2#
3LIB= i386
4INTERNALLIB=
5
6SRCS= biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
7 biospci.c biossmap.c bootinfo.c bootinfo32.c bootinfo64.c \
8 comconsole.c devicename.c elf32_freebsd.c \
9 elf64_freebsd.c \

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

26.ifdef(BOOT_BIOSDISK_DEBUG)
27# Make the disk code more talkative
28CFLAGS+= -DDISK_DEBUG
29.endif
30
31.if !defined(BOOT_HIDE_SERIAL_NUMBERS)
32# Export serial numbers, UUID, and asset tag from loader.
33CFLAGS+= -DSMBIOS_SERIAL_NUMBERS
2#
3LIB= i386
4INTERNALLIB=
5
6SRCS= biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
7 biospci.c biossmap.c bootinfo.c bootinfo32.c bootinfo64.c \
8 comconsole.c devicename.c elf32_freebsd.c \
9 elf64_freebsd.c \

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

26.ifdef(BOOT_BIOSDISK_DEBUG)
27# Make the disk code more talkative
28CFLAGS+= -DDISK_DEBUG
29.endif
30
31.if !defined(BOOT_HIDE_SERIAL_NUMBERS)
32# Export serial numbers, UUID, and asset tag from loader.
33CFLAGS+= -DSMBIOS_SERIAL_NUMBERS
34.if defined(BOOT_LITTLE_ENDIAN_UUID)
35# Use little-endian UUID format as defined in SMBIOS 2.6.
36CFLAGS+= -DSMBIOS_LITTLE_ENDIAN_UUID
34.endif
37.endif
38.endif
35
36.if !defined(LOADER_NO_GPT_SUPPORT)
37CFLAGS+= -DLOADER_GPT_SUPPORT
38.endif
39
40# Include simple terminal emulation (cons25-compatible)
41CFLAGS+= -DTERM_EMU
42

--- 20 unchanged lines hidden ---
39
40.if !defined(LOADER_NO_GPT_SUPPORT)
41CFLAGS+= -DLOADER_GPT_SUPPORT
42.endif
43
44# Include simple terminal emulation (cons25-compatible)
45CFLAGS+= -DTERM_EMU
46

--- 20 unchanged lines hidden ---