cpu/intel: Add socket types
[coreboot2.git] / src / ec / 51nb / npce985la0dx / Makefile.mk
blobcef41aae27d2febcaeb817a10bf7247a23187ddd
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 ifeq ($(CONFIG_EC_51NB_NPCE985LA0DX),y)
5 files_added::
6 ifeq ($(CONFIG_EC_51NB_NPCE985LA0DX_FIRMWARE),y)
7 $(CBFSTOOL) $(obj)/coreboot.rom write -r EC -f $(CONFIG_EC_51NB_NPCE985LA0DX_FW) --fill-upward
8 endif
10 show_notices::
11 ifeq ($(CONFIG_EC_51NB_NPCE985LA0DX_FIRMWARE),)
12 printf "\n** WARNING **\n"
13 printf "You haven't added the firmware blobs for 51NB EC.\n"
14 printf "You may be unable to power on your laptop without these blobs.\n"
15 printf "Please select the following option to add them:\n\n"
16 printf " Chipset --->\n"
17 printf " [*] Add firmware images for 51NB EC\n\n"
18 endif
20 ramstage-y += npce985la0dx.c
22 endif