Skip to content

Commit 57a943c

Browse files
author
malc
committed
Fix typo
Signed-off-by: malc <[email protected]>
1 parent 9c7f170 commit 57a943c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile.target

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ sound-obj-$(CONFIG_ES1370) += es1370.o
521521
sound-obj-$(CONFIG_AC97) += ac97.o
522522
sound-obj-$(CONFIG_ADLIB) += fmopl.o adlib.o
523523
sound-obj-$(CONFIG_GUS) += gus.o gusemu_hal.o gusemu_mixer.o
524-
sound-obj-$(CONFIG_CS4321A) += cs4231a.o
524+
sound-obj-$(CONFIG_CS4231A) += cs4231a.o
525525

526526
ifdef CONFIG_ADLIB
527527
adlib.o fmopl.o: CFLAGS := ${CFLAGS} -DBUILD_Y8950=0

0 commit comments

Comments
 (0)