Removed testing hack.

This commit is contained in:
Rose Thompson 2023-11-21 18:24:45 -06:00
parent 29db402562
commit a7f3517981

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)