firmware: Correct dependency on CONFIG_EXTRA_FIRMWARE_DIR
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 15 Jul 2008 00:50:24 +0000 (17:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Jul 2008 01:04:55 +0000 (18:04 -0700)
When CONFIG_EXTRA_FIRMWARE_DIR gets changed, the filename in the .S file
(which uses .incbin to include the binary) needs to change. When we
renamed the BUILTIN_FIRMWARE_DIR option to EXTRA_FIRMWARE_DIR, we forgot
to update the manual dependency in firmware/Makefile, so it was
depending on a non-existent file in include/config/

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
firmware/Makefile

Simple merge