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 $