Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

# Open Firmware
OFW=no

ifeq ($(ARCH),ppc32)
OFW=yes
endif

ifeq ($(ARCH),sparc64)
OFW=yes
endif

ifeq ($(OFW),yes)
genarch_sources+=src/genarch/firmware/ofw/ofw.c
endif