coreboot-kgpe-d16/src/soc/intel/braswell
Iru Cai 2128d625ca Makefile.inc: Use $(MAINBOARDDIR)
Commit 93ef3ff makes the following only print the part number when
the ROM is built. In Makefile.inc, $(MAINBOARDDIR) is the variable
that has the quotes stripped off from $(CONFIG_MAINBOARD_DIR), so
use it instead of $(MAINBOARD_DIR).

build_complete:: coreboot
        printf "\nBuilt %s (%s)\n" $(MAINBOARD_DIR) \
                $(CONFIG_MAINBOARD_PART_NUMBER)

Change-Id: I729a583182937db7a926eb75aa28dfb53360046c
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Reviewed-on: https://review.coreboot.org/16410
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
2016-09-04 05:33:25 +02:00
..
acpi Remove extra newlines from the end of all coreboot files. 2016-07-31 18:19:33 +02:00
bootblock Remove extra newlines from the end of all coreboot files. 2016-07-31 18:19:33 +02:00
include/soc src/soc: Capitalize CPU, ACPI, RAM and ROM 2016-07-31 19:27:53 +02:00
romstage Remove extra newlines from the end of all coreboot files. 2016-07-31 18:19:33 +02:00
acpi.c
chip.c
chip.h
cpu.c soc/intel/braswell: convert to using common MP and SMM init 2016-05-06 16:41:22 +02:00
elog.c soc/intel/braswell: use common Intel ACPI hardware definitions 2016-07-15 08:32:09 +02:00
emmc.c
gfx.c
gpio.c
gpio_support.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
hda.c
iosf.c
Kconfig Kconfig: introduce writable boot device notion 2016-08-19 03:05:18 +02:00
lpc_init.c soc/intel/braswell: use common Intel ACPI hardware definitions 2016-07-15 08:32:09 +02:00
lpe.c
lpss.c
Makefile.inc Makefile.inc: Use $(MAINBOARDDIR) 2016-09-04 05:33:25 +02:00
memmap.c
northcluster.c
pcie.c
placeholders.c
pmutil.c
ramstage.c soc/intel/braswell: don't duplicate setting ACPI sleep state 2016-07-15 08:29:49 +02:00
sata.c
scc.c
sd.c
smihandler.c soc/intel/braswell: use common Intel ACPI hardware definitions 2016-07-15 08:32:09 +02:00
smm.c {cpu,soc}/intel: remove unused smm_init() function 2016-05-06 16:48:21 +02:00
southcluster.c
spi.c
spi_loading.c
tsc_freq.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
xhci.c