Subversion Repositories HelenOS

Rev

Rev 422 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
421 jermar 1
# Open Firmware
2
OFW=no
3
 
4
ifeq ($(ARCH),ppc32)
5
OFW=yes
6
endif
7
 
8
ifeq ($(ARCH),sparc64)
9
OFW=yes
10
endif
11
 
12
ifeq ($(OFW),yes)
13
genarch_sources+=src/genarch/firmware/ofw/ofw.c
14
endif