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
This commit is contained in:
@@ -66,7 +66,7 @@ else
|
||||
|
||||
include $(src)/.config
|
||||
|
||||
all: $(TARGET)
|
||||
all: prepare $(TARGET)
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
$(Q)printf " LD $(subst $(shell pwd)/,,$(@))\n"
|
||||
|
Reference in New Issue
Block a user