Changeset View
Changeset View
Standalone View
Standalone View
stand/i386/libi386/Makefile
| .include <bsd.init.mk> | .include <bsd.init.mk> | ||||
| LIB= i386 | LIB= i386 | ||||
| SRCS= bio.c biosacpi.c biosdisk.c biosmem.c biospnp.c \ | SRCS+= amd64_tramp.S | ||||
| biospci.c biossmap.c bootinfo.c bootinfo32.c bootinfo64.c \ | SRCS+= bio.c | ||||
| comconsole.c devicename.c elf32_freebsd.c \ | SRCS+= biosacpi.c | ||||
| elf64_freebsd.c multiboot.c multiboot_tramp.S relocater_tramp.S \ | SRCS+= biosdisk.c | ||||
| i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.S \ | SRCS+= biosmem.c | ||||
| time.c vidconsole.c vbe.c amd64_tramp.S spinconsole.c | SRCS+= biospci.c | ||||
| SRCS+= biospnp.c | |||||
| SRCS+= biossmap.c | |||||
| SRCS+= bootinfo.c | |||||
| SRCS+= bootinfo32.c | |||||
| SRCS+= bootinfo64.c | |||||
| SRCS+= comconsole.c | |||||
| SRCS+= devicename.c | |||||
| SRCS+= elf32_freebsd.c | |||||
| SRCS+= elf64_freebsd.c | |||||
| SRCS+= i386_copy.c | |||||
| SRCS+= i386_module.c | |||||
| SRCS+= multiboot.c | |||||
| SRCS+= multiboot_tramp.S | |||||
| SRCS+= nullconsole.c | |||||
| SRCS+= pxe.c | |||||
| SRCS+= pxetramp.S | |||||
| SRCS+= relocater_tramp.S | |||||
| SRCS+= spinconsole.c | |||||
| SRCS+= time.c | |||||
| SRCS+= vbe.c | |||||
| SRCS+= vidconsole.c | |||||
emaste: are some of these tabs and some spaces? | |||||
Done Inline ActionsThey are all tabs. Not sure why they render differently... imp: They are all tabs. Not sure why they render differently... | |||||
| .PATH: ${SYSDIR}/teken | .PATH: ${SYSDIR}/teken | ||||
| SRCS+= teken.c | SRCS+= teken.c | ||||
| .include "${BOOTSRC}/veriexec.mk" | .include "${BOOTSRC}/veriexec.mk" | ||||
| BOOT_COMCONSOLE_PORT?= 0x3f8 | BOOT_COMCONSOLE_PORT?= 0x3f8 | ||||
| CFLAGS+= -DCOMPORT=${BOOT_COMCONSOLE_PORT} | CFLAGS+= -DCOMPORT=${BOOT_COMCONSOLE_PORT} | ||||
| Show All 24 Lines | |||||
are some of these tabs and some spaces?