From 6d7c877a636f0453457354c644ca9c15e091aecd Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Tue, 4 Feb 2020 22:38:58 -0500 Subject: [PATCH] SEL32: Updated makefile to add missing file. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7cba172..fc55a25 100644 --- a/makefile +++ b/makefile @@ -1980,7 +1980,7 @@ SEL32 = ${SEL32D}/sel32_cpu.c ${SEL32D}/sel32_sys.c ${SEL32D}/sel32_defs.h \ ${SEL32D}/sel32_chan.c ${SEL32D}/sel32_iop.c ${SEL32D}/sel32_com.c \ ${SEL32D}/sel32_con.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_disk.c ${SEL32D}/sel32_hsdp.c SEL32_OPT = -I $(SEL32D) -DSEL32 #SEL32_OPT = -I $(SEL32D) -DUSE_INT64 -DSEL32