summaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-10-14 21:48:00 +0300
committerTom Rini <trini@konsulko.com>2021-11-12 03:02:21 +0300
commit262cfb5b15420a1aea465745a821e684b3dfa153 (patch)
tree5ca11ceba83974229782b7298e99ed97af11c332 /boot/Makefile
parent8018b9af57b5cd0cfddf48a8d12f04dba8b77a65 (diff)
downloadu-boot-262cfb5b15420a1aea465745a821e684b3dfa153.tar.xz
pxe: Move pxe_utils files
Move the header file into the main include/ directory so we can use it from the bootmethod code. Move the C file into boot/ since it relates to booting. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Artem Lapkin <email2tema@gmail.com> Tested-by: Artem Lapkin <email2tema@gmail.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile
index a19e85cf6c..2938c3f145 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -14,6 +14,9 @@ obj-$(CONFIG_CMD_BOOTM) += bootm.o bootm_os.o
obj-$(CONFIG_CMD_BOOTZ) += bootm.o bootm_os.o
obj-$(CONFIG_CMD_BOOTI) += bootm.o bootm_os.o
+obj-$(CONFIG_CMD_PXE) += pxe_utils.o
+obj-$(CONFIG_CMD_SYSBOOT) += pxe_utils.o
+
endif
obj-y += image.o image-board.o