diff options
| author | Richard Henderson <rth@are.twiddle.net> | 2003-01-02 08:10:18 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@are.twiddle.net> | 2003-01-02 08:10:18 -0800 |
| commit | f0e0714cfd19458cd264991f550afd099bd0e18a (patch) | |
| tree | c7cf79064febe724d72d9e119879b11a6da05d83 /arch/alpha/kernel/Makefile | |
| parent | e4d188bb04361ae4c1f2a51db1f76a316ea5b31c (diff) | |
| parent | 345fb3a2eaac8e205926af9dbd4b51669391eba8 (diff) | |
Merge are.twiddle.net:/home/rth/BK/linus-2.5
into are.twiddle.net:/home/rth/BK/mod-2.5
Diffstat (limited to 'arch/alpha/kernel/Makefile')
| -rw-r--r-- | arch/alpha/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/Makefile b/arch/alpha/kernel/Makefile index b22cbaeae0b8..d9523688bf66 100644 --- a/arch/alpha/kernel/Makefile +++ b/arch/alpha/kernel/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_VGA_HOSE) += console.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_PCI) += pci.o pci_iommu.o obj-$(CONFIG_SRM_ENV) += srm_env.o +obj-$(CONFIG_MODULES) += module.o ifdef CONFIG_ALPHA_GENERIC |
