mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@2 f3766cd6-281f-0410-b1cd-43a5c92072e9
12 lines
112 B
Makefile
12 lines
112 B
Makefile
DTC = ../dtc
|
|
VG_DTC = valgrind --tool=memcheck ../dtc
|
|
|
|
check: all
|
|
./run_all_tests.sh
|
|
|
|
all:
|
|
|
|
clean:
|
|
rm -f *~
|
|
|
|
|