Annotation of qemu/roms/SLOF/board-qemu/slof/Makefile, revision 1.1.1.2

1.1       root        1: # *****************************************************************************
                      2: # * Copyright (c) 2004, 2011 IBM Corporation
                      3: # * All rights reserved.
                      4: # * This program and the accompanying materials
                      5: # * are made available under the terms of the BSD License
                      6: # * which accompanies this distribution, and is available at
                      7: # * http://www.opensource.org/licenses/bsd-license.php
                      8: # *
                      9: # * Contributors:
                     10: # *     IBM Corporation - initial implementation
                     11: # ****************************************************************************/
                     12: 
                     13: 
                     14: include ../Makefile.dirs
                     15: 
                     16: include $(TOPBRDDIR)/config
                     17: include $(TOPCMNDIR)/make.rules
                     18: 
                     19: 
                     20: all: Makefile.dep OF.ffs paflof $(SLOFCMNDIR)/xvect.bin
                     21: 
                     22: CPPFLAGS = -I$(LIBCMNDIR)/libbootmsg -I$(LIBCMNDIR)/libhvcall \
                     23:         -I$(LIBCMNDIR)/libnvram
1.1.1.2 ! root       24: SLOF_LIBS = \
        !            25:        $(LIBCMNDIR)/libbootmsg.a \
        !            26:        $(LIBCMNDIR)/libelf.a \
        !            27:        $(LIBCMNDIR)/libhvcall.a \
1.1       root       28:        $(LIBCMNDIR)/libnvram.a
                     29: BOARD_SLOF_IN = \
                     30:        $(LIBCMNDIR)/libhvcall/hvcall.in \
                     31:        $(LIBCMNDIR)/libbootmsg/bootmsg.in \
1.1.1.2 ! root       32:        $(LIBCMNDIR)/libelf/libelf.in \
1.1       root       33:        $(LIBCMNDIR)/libnvram/libnvram.in \
                     34:        $(LIBCMNDIR)/libbases/libbases.in
                     35: BOARD_SLOF_CODE = $(BOARD_SLOF_IN:%.in=%.code)
                     36: 
                     37: include $(SLOFCMNDIR)/Makefile.inc
                     38: 
                     39: FPPINCLUDES = -I. -I$(SLOFCMNDIR)/fs -I$(SLOFCMNDIR)
                     40: 
                     41: # FCode Evaluator files for the ROM fs:
                     42: FCODE_FFS_FILES = \
                     43:        $(SLOFCMNDIR)/fs/fcode/core.fs \
                     44:        $(SLOFCMNDIR)/fs/fcode/evaluator.fs \
                     45:        $(SLOFCMNDIR)/fs/fcode/big.fs \
                     46:        $(SLOFCMNDIR)/fs/fcode/tokens.fs \
                     47:        $(SLOFCMNDIR)/fs/fcode/1275.fs
                     48: 
                     49: 
                     50: USB_FFS_FILES = \
                     51:        $(SLOFCMNDIR)/fs/devices/pci-class_0c.fs \
                     52:        $(SLOFCMNDIR)/fs/usb/usb-ohci.fs \
                     53:        $(SLOFCMNDIR)/fs/usb/usb-support.fs \
                     54:        $(SLOFCMNDIR)/fs/usb/usb-hub.fs \
                     55:        $(SLOFCMNDIR)/fs/usb/usb-enumerate.fs \
                     56:        $(SLOFCMNDIR)/fs/usb/usb-storage.fs \
                     57:        $(SLOFCMNDIR)/fs/usb/usb-storage-support.fs \
                     58:        $(SLOFCMNDIR)/fs/usb/usb-storage-wrapper.fs \
                     59:        $(SLOFCMNDIR)/fs/usb/usb-keyboard.fs \
                     60:        $(SLOFCMNDIR)/fs/usb/usb-kbd-device-support.fs \
                     61:        $(SLOFCMNDIR)/fs/usb/usb-mouse.fs \
                     62:        $(SLOFCMNDIR)/fs/scsi-support.fs
                     63: 
                     64: VIO_FFS_FILES = \
                     65:        $(SLOFBRDDIR)/vio-hvterm.fs \
                     66:        $(SLOFBRDDIR)/vio-vscsi.fs \
                     67:        $(SLOFBRDDIR)/vio-vscsi-device.fs \
                     68:        $(SLOFBRDDIR)/vio-veth.fs
                     69: 
                     70: # Files that should go into the ROM fs (and so have to be listed in OF.ffs):
                     71: OF_FFS_FILES = \
                     72:        $(SLOFCMNDIR)/fs/ide.fs \
                     73:        $(SLOFCMNDIR)/fs/fbuffer.fs \
                     74:        $(SLOFCMNDIR)/fs/generic-disk.fs \
                     75:        $(SLOFCMNDIR)/fs/pci-device.fs \
                     76:        $(SLOFCMNDIR)/fs/pci-bridge.fs \
                     77:        $(SLOFCMNDIR)/fs/pci-properties.fs \
                     78:        $(SLOFCMNDIR)/fs/pci-config-bridge.fs \
                     79:        $(SLOFCMNDIR)/fs/update_flash.fs \
                     80:        $(SLOFCMNDIR)/fs/xmodem.fs \
                     81:        $(SLOFBRDDIR)/default-font.bin \
                     82:        $(FCODE_FFS_FILES)
                     83: 
                     84: # Uncomment the following line to enable the USB code:
                     85: OF_FFS_FILES += $(USB_FFS_FILES) $(VIO_FFS_FILES)
                     86: 
                     87: OF_FFS_FILES := $(OF_FFS_FILES:%.fs=%.fsi)
                     88: 
                     89: OF.ffs: Makefile $(SLOFCMNDIR)/Makefile.inc $(OF_FFS_FILES)
                     90:        $(MAKE) create_OF_ffs
                     91: 
                     92: # Rules for cleaning up:
                     93: .PHONY: clean_here clean distclean
                     94: 
                     95: clean_here:
                     96:        rm -f *.o OF.fsi OF.ffs
                     97: 
                     98: clean: clean_here clean_slof
                     99: 
                    100: distclean: clean_here distclean_slof

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.