linuxboot/mainboards/Makefile
Ronald G. Minnich 17b5210a0a Add repos stanzas to Makefile
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
2021-09-14 13:13:01 -07:00

14 lines
485 B
Makefile

all:
echo pick one of debian-packages or repos
debian-packages:
sudo apt-get install bison flex zlib1g-dev golang build-essential git gcc isc-dhcp-server tftpd-hpa minicom flashrom
echo The next command may get an error and that is ok if you have qemu-system-x86_64
sudo apt-get install qemu-system-x86
getmecleaner:
go get -u github.com/u-root/u-root
go get -u github.com/u-root/cpu/...
git clone git://github.com/corna/me_cleaner
@echo Now add $(PWD)/me_cleaner to PATH