From 4084a11350f3fe830478d30c6a3582c164a0b798 Mon Sep 17 00:00:00 2001 From: Jacob Pease Date: Wed, 2 Aug 2023 16:24:20 -0500 Subject: [PATCH] Adjusted the new makefile. --- linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index ccabbeffe..cfe2d7328 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -12,8 +12,7 @@ DRIVER := ${PACKAGE_SOURCE}/fpga-axi-sdc.c all: $(IMAGES) patch: $(BUILDROOT) $(DRIVER) - @ echo "${WALLYLINUX}" - cp ../addins/vivado-risc-v/patches/fpga-axi-sdc.c $(DRIVER) + @ echo "Patching buildroot directory at: $<" cp -r $(WALLYLINUX)/buildroot-config-src/wally $