tools/toCOPY/mock_overlay/Makefile
Saul Wold 73c1d66677 Rename cgcs_overlay to mock_overlay
This helps to debrand (remove cgcs) from the tools area

Story: 2006387
Task: 36208
Change-Id: I357837a710207f8cec6409d1de99f443f8c50c84
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2019-10-08 12:32:50 -07:00

9 lines
117 B
Makefile

all:
make -C mount_wrappers all
clean:
make -C mount_wrappers clean
install: all
make -C mount_wrappers install