Changes in boot/arch/sparc64/Makefile.inc [7aa94304:94c05b89] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/Makefile.inc
r7aa94304 r94c05b89 39 39 EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu -mcmodel=medlow 40 40 41 ifeq ($(PROCESSOR), sun4v)42 RD_DRVS_ESSENTIAL += \43 platform/sun4v \44 char/sun4v-con45 else46 41 RD_DRVS_ESSENTIAL += \ 47 42 platform/sun4u \ 48 43 bus/pci/pciintel \ 49 44 bus/isa \ 50 intctl/obio \51 45 char/ns8250 52 46 53 47 RD_DRV_CFG += \ 54 48 bus/isa 55 endif 49 50 RD_SRVS_NON_ESSENTIAL += 51 52 RD_SRVS_ESSENTIAL += \ 53 $(USPACE_PATH)/srv/hw/irc/obio/obio 56 54 57 55 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.