2017-09-17 09:09:04 +00:00
|
|
|
|
#
|
|
|
|
|
# File: Drivers.make
|
|
|
|
|
#
|
|
|
|
|
# Contains: makefile for the drivers in ROM
|
|
|
|
|
#
|
|
|
|
|
# Written by: Kurt Clark
|
|
|
|
|
#
|
|
|
|
|
# Copyright: <09> 1992-1993 by Apple Computer, Inc., all rights reserved.
|
|
|
|
|
#
|
|
|
|
|
# Change History (most recent first):
|
|
|
|
|
#
|
|
|
|
|
# <SM2> 4/11/93 chp Added SerialDMA.make as a separate entity from Serial.make.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
SonyDir = {DriverDir}Sony:
|
|
|
|
|
SerialDir = {DriverDir}Serial:
|
|
|
|
|
NewAgeDir = {DriverDir}NewAge:
|
|
|
|
|
IOPDir = {DriverDir}IOP:
|
|
|
|
|
SerialDMADir = {DriverDir}SerialDMA:
|
|
|
|
|
EDiskDir = {DriverDir}EDisk:
|
|
|
|
|
BackLightDir = {DriverDir}BackLight:
|
|
|
|
|
|
|
|
|
|
#include {SonyDir}Sony.make
|
|
|
|
|
|
2017-09-20 11:58:54 +00:00
|
|
|
|
##include {SerialDir}Serial.make
|
|
|
|
|
##include {SerialDMADir}SerialDMA.make
|
2017-09-17 09:09:04 +00:00
|
|
|
|
|
|
|
|
|
#include {NewAgeDir}NewAge.make
|
|
|
|
|
|
|
|
|
|
#include {IOPDir}IOP.make
|
|
|
|
|
|
|
|
|
|
#include {EDiskDir}EDisk.make
|
|
|
|
|
|
|
|
|
|
#include {BackLightDir}Backlight.make
|