Changes in boot/arch/sparc64/Makefile.inc [94c05b89:7aa94304] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/Makefile.inc
r94c05b89 r7aa94304 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-con 45 else 41 46 RD_DRVS_ESSENTIAL += \ 42 47 platform/sun4u \ 43 48 bus/pci/pciintel \ 44 49 bus/isa \ 50 intctl/obio \ 45 51 char/ns8250 46 52 47 53 RD_DRV_CFG += \ 48 54 bus/isa 49 50 RD_SRVS_NON_ESSENTIAL += 51 52 RD_SRVS_ESSENTIAL += \ 53 $(USPACE_PATH)/srv/hw/irc/obio/obio 55 endif 54 56 55 57 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.