boot3/Drivers/Drivers.make
Elliot Nunn 5b0f0cc134 Bring in CubeE sources
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
2017-12-26 10:02:57 +08:00

35 lines
754 B
Makefile

#
# File: Drivers.make
#
# Contains: makefile for the drivers in ROM
#
# Written by: Kurt Clark
#
# Copyright: © 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
#include {SerialDir}Serial.make
#include {SerialDMADir}SerialDMA.make
#include {NewAgeDir}NewAge.make
#include {IOPDir}IOP.make
#include {EDiskDir}EDisk.make
#include {BackLightDir}Backlight.make