From 7aba63028c47b857ab7c2d09f45fc8c05c24d463 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 4 Mar 2022 09:06:23 -0800 Subject: [PATCH] makefile: Remove include file from the SEL32 source file list --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 154ae9bd..bee31311 100644 --- a/makefile +++ b/makefile @@ -2092,7 +2092,7 @@ SEL32 = ${SEL32D}/sel32_cpu.c ${SEL32D}/sel32_sys.c ${SEL32D}/sel32_chan.c \ ${SEL32D}/sel32_clk.c ${SEL32D}/sel32_mt.c ${SEL32D}/sel32_lpr.c \ ${SEL32D}/sel32_scfi.c ${SEL32D}/sel32_fltpt.c ${SEL32D}/sel32_disk.c \ ${SEL32D}/sel32_hsdp.c ${SEL32D}/sel32_mfp.c ${SEL32D}/sel32_scsi.c \ - ${SEL32D}/sel32_ec.c ${SEL32D}/sel32_defs.h + ${SEL32D}/sel32_ec.c SEL32_OPT = -I $(SEL32D) -DUSE_INT32 -DSEL32 ${NETWORK_OPT} ###