rename driver dummy to stub

This commit is contained in:
Blaise Tine
2020-04-10 22:40:58 -04:00
parent 217dfb48ef
commit 97a31401f7
12 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
all: dummy
all: stub
dummy:
$(MAKE) -C dummy
stub:
$(MAKE) -C stub
opae:
$(MAKE) -C opae