From 4288726944709f07dadc5a5e1a65c42538eeeb64 Mon Sep 17 00:00:00 2001 From: Jacob Pease Date: Wed, 2 Aug 2023 14:59:20 -0500 Subject: [PATCH] Removed duplicate line in Makefile. --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index bb5086e59..621653aaa 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -8,7 +8,7 @@ FPGA_AXI_SDC := ${WALLYLINUX}/buildroot-packages/fpga-axi-sdc .PHONY: all clean patch all: - sed -i 's|FPGA_AXI_SDC_SITE = __site__|FPGA_AXI_SDC_SITE = $(PACKAGE_SOURCE)|1' $(FPGA_AXI_SDC)/fpga-axi-sdc.mk + patch: $(BUILDROOT) @ echo "${WALLYLINUX}"