Removed testing hack.

This commit is contained in:
Rose Thompson 2023-11-21 18:24:45 -06:00
parent fb7730a606
commit 9322553abc

View File

@ -1,5 +1,5 @@
RISCV := /home/rose/repos/
BUILDROOT := ${RISCV}/buildroot-test
RISCV := /opt/riscv
BUILDROOT := ${RISCV}/buildroot
IMAGES := ${BUILDROOT}/output/images
WALLY := $(shell dirname $(shell pwd))
WALLYLINUX := $(shell pwd)