From 29e6537939289c677f0c3e2cd668d1e0bc59751a Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Mon, 7 Mar 2022 16:40:27 +0100 Subject: [PATCH] pc: fix dependency to generated crc32table.h --- repos/pc/lib/import/import-pc_lx_emul.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/pc/lib/import/import-pc_lx_emul.mk b/repos/pc/lib/import/import-pc_lx_emul.mk index 88c2d0aa82..6eba7ce5dc 100644 --- a/repos/pc/lib/import/import-pc_lx_emul.mk +++ b/repos/pc/lib/import/import-pc_lx_emul.mk @@ -167,7 +167,7 @@ CC_OPT_drivers/usb/host/xhci-trace += -I$(LX_SRC_DIR)/drivers/usb/host crc32table.h: gen_crc32table ./gen_crc32table > $@ -lib/crc32.c: crc32table.h +lib/crc32.o: crc32table.h gen_crc32table: $(LX_SRC_DIR)/lib/gen_crc32table.c $(HOST_CC) -I$(LX_GEN_DIR)/include $< -o $@