From 068a0d10fdc0ecaffbdb75384a2240aeed345e9f Mon Sep 17 00:00:00 2001 From: Jacob Pease Date: Wed, 2 Aug 2023 14:28:17 -0500 Subject: [PATCH] Added a Makefile to the Linux directory to take care of the Buildroot setup and other dependencies. --- linux/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 linux/Makefile diff --git a/linux/Makefile b/linux/Makefile new file mode 100644 index 000000000..dfb938f70 --- /dev/null +++ b/linux/Makefile @@ -0,0 +1,23 @@ +RISCV := /opt/riscv +BUILDROOT := ${RISCV}/buildroot +IMAGES := ${BUILDROOT}/output/images +WALLYLINUX := $(shell pwd) + +.PHONY: all clean patch + +all: + +patch: $(BUILDROOT) + @ echo "${WALLYLINUX}" + cp -r $(WALLYLINUX)/buildroot-config-src/wally $