diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:02 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:02 +0000 |
commit | 71093711589dafcb920dc3bc9bb811eaf8b14101 (patch) | |
tree | 042fc9c6b55a693177cd8be025a1a7821b355eea /Makefile.objs | |
parent | df6327780d69ceb8da151fdb96aa90f6b310259a (diff) |
Compile pcspk only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 17feeb0f7c..85451f3630 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -139,6 +139,7 @@ hw-obj-$(CONFIG_ESCC) += escc.o hw-obj-$(CONFIG_PARALLEL) += parallel.o hw-obj-$(CONFIG_I8254) += i8254.o +hw-obj-$(CONFIG_PCSPK) += pcspk.o # PCI watchdog devices hw-obj-y += wdt_i6300esb.o |