OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [macintosh/] [Makefile] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for the Macintosh-specific device drivers.
3
#
4
# Note! Dependencies are done automagically by 'make dep', which also
5
# removes any old dependencies. DON'T put your own dependencies here
6
# unless it's something special (ie not a .c file).
7
#
8
# Note 2! The CFLAGS definitions are now inherited from the
9
# parent makes..
10
#
11
 
12
# The target object and module list name.
13
 
14
O_TARGET        := macintosh.o
15
 
16
# Objects that export symbols.
17
 
18
export-objs     := adb.o rtc.o mac_hid.o via-pmu.o
19
 
20
# Object file lists.
21
 
22
obj-y   :=
23
obj-m   :=
24
obj-n   :=
25
obj-    :=
26
 
27
# Each configuration option enables a list of files.
28
 
29
obj-$(CONFIG_PMAC_PBOOK)        += mediabay.o
30
obj-$(CONFIG_MAC_SERIAL)        += macserial.o
31
ifneq ($(CONFIG_MAC),y)
32
  obj-$(CONFIG_NVRAM)           += nvram.o
33
endif
34
obj-$(CONFIG_MAC_HID)           += mac_hid.o
35
obj-$(CONFIG_INPUT_ADBHID)      += adbhid.o
36
obj-$(CONFIG_PPC_RTC)           += rtc.o
37
obj-$(CONFIG_ANSLCD)            += ans-lcd.o
38
 
39
obj-$(CONFIG_ADB_PMU)           += via-pmu.o
40
obj-$(CONFIG_ADB_CUDA)          += via-cuda.o
41
obj-$(CONFIG_PMAC_APM_EMU)      += apm_emu.o
42
 
43
obj-$(CONFIG_ADB)               += adb.o
44
obj-$(CONFIG_ADB_KEYBOARD)      += mac_keyb.o
45
obj-$(CONFIG_ADB_MACII)         += via-macii.o
46
obj-$(CONFIG_ADB_MACIISI)       += via-maciisi.o
47
obj-$(CONFIG_ADB_IOP)           += adb-iop.o
48
obj-$(CONFIG_ADB_PMU68K)        += via-pmu68k.o
49
obj-$(CONFIG_ADB_MACIO)         += macio-adb.o
50
 
51
# The global Rules.make.
52
 
53
include $(TOPDIR)/Rules.make
54
 

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.