Makefile (d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf) | Makefile (4722ceb7d53e76507c76e053caab6b6f7b24ecef) |
---|---|
1 2.include <bsd.init.mk> 3 4LIB= i386 5 6SRCS= bio.c biosacpi.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 \ --- 4 unchanged lines hidden (view full) --- 13.PATH: ${SYSDIR}/teken 14SRCS+= teken.c 15 16.include "${BOOTSRC}/veriexec.mk" 17 18BOOT_COMCONSOLE_PORT?= 0x3f8 19CFLAGS+= -DCOMPORT=${BOOT_COMCONSOLE_PORT} 20 | 1 2.include <bsd.init.mk> 3 4LIB= i386 5 6SRCS= bio.c biosacpi.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 \ --- 4 unchanged lines hidden (view full) --- 13.PATH: ${SYSDIR}/teken 14SRCS+= teken.c 15 16.include "${BOOTSRC}/veriexec.mk" 17 18BOOT_COMCONSOLE_PORT?= 0x3f8 19CFLAGS+= -DCOMPORT=${BOOT_COMCONSOLE_PORT} 20 |
21BOOT_COMCONSOLE_SPEED?= 9600 | 21BOOT_COMCONSOLE_SPEED?= 115200 |
22CFLAGS+= -DCOMSPEED=${BOOT_COMCONSOLE_SPEED} 23 24.ifdef(BOOT_BIOSDISK_DEBUG) 25# Make the disk code more talkative 26CFLAGS+= -DDISK_DEBUG 27.endif 28 29# terminal emulation --- 19 unchanged lines hidden --- | 22CFLAGS+= -DCOMSPEED=${BOOT_COMCONSOLE_SPEED} 23 24.ifdef(BOOT_BIOSDISK_DEBUG) 25# Make the disk code more talkative 26CFLAGS+= -DDISK_DEBUG 27.endif 28 29# terminal emulation --- 19 unchanged lines hidden --- |