diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
commit | 482368b1a8e45430672c58c9a42e7d2004367126 (patch) | |
tree | ce2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /drivers/macintosh/Makefile | |
parent | e4d0251c6f56ab2e191afb70f80f382793e23f74 (diff) |
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'drivers/macintosh/Makefile')
-rw-r--r-- | drivers/macintosh/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/macintosh/Makefile b/drivers/macintosh/Makefile index 14f1ac181..c9a40a3c1 100644 --- a/drivers/macintosh/Makefile +++ b/drivers/macintosh/Makefile @@ -68,6 +68,10 @@ ifdef CONFIG_ADB_PMU L_OBJS += via-pmu.o endif +ifdef CONFIG_ADB_PMU68K + L_OBJS += via-pmu68k.o +endif + ifdef CONFIG_ADB_MACIO L_OBJS += macio-adb.o endif |