summaryrefslogtreecommitdiff
path: root/payloads/coreinfo/Makefile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-03-27 20:46:49 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-03-27 20:46:49 +0000
commita0c0093a09f0a7115ce73abe00b8b75afab4a08c (patch)
tree2fcc35b0529584285087b8ec091f22465fa8545a /payloads/coreinfo/Makefile
parent408c4e1784a35ce9c2920e7cf17d78450515b1d2 (diff)
downloadcoreboot-a0c0093a09f0a7115ce73abe00b8b75afab4a08c.tar.xz
Various tiny fixes (trivial):
- Show PCI IDs as 4-digit numbers always. - Cosmetic changes to make UI look more consistent. - Drop MODULE_COUNT #define and use ARRAY_SIZE() where needed. - Small fix to improve build system (create build/ when not there). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3191 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/coreinfo/Makefile')
-rw-r--r--payloads/coreinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/coreinfo/Makefile b/payloads/coreinfo/Makefile
index c3f102e836..f22170946c 100644
--- a/payloads/coreinfo/Makefile
+++ b/payloads/coreinfo/Makefile
@@ -66,7 +66,7 @@ else
include $(src)/.config
-all: $(TARGET)
+all: prepare $(TARGET)
$(TARGET): $(OBJS)
$(Q)printf " LD $(subst $(shell pwd)/,,$(@))\n"