Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/Makefile.inc

    r7aa94304 r94c05b89  
    3939EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu -mcmodel=medlow
    4040
    41 ifeq ($(PROCESSOR), sun4v)
    42 RD_DRVS_ESSENTIAL += \
    43         platform/sun4v \
    44         char/sun4v-con
    45 else
    4641RD_DRVS_ESSENTIAL += \
    4742        platform/sun4u \
    4843        bus/pci/pciintel \
    4944        bus/isa \
    50         intctl/obio \
    5145        char/ns8250
    5246
    5347RD_DRV_CFG += \
    5448        bus/isa
    55 endif
     49
     50RD_SRVS_NON_ESSENTIAL +=
     51
     52RD_SRVS_ESSENTIAL += \
     53        $(USPACE_PATH)/srv/hw/irc/obio/obio
    5654
    5755SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.