73c1d66677
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>
9 lines
117 B
Makefile
9 lines
117 B
Makefile
all:
|
|
make -C mount_wrappers all
|
|
|
|
clean:
|
|
make -C mount_wrappers clean
|
|
|
|
install: all
|
|
make -C mount_wrappers install
|