Remove unused projects/common/Makefile

This file only references a subdirect that no longer exists, but nothing
else.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2018-03-23 13:47:23 +01:00 committed by István Csomortáni
parent 318dcbb5d9
commit 8a2a394790
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
####################################################################################
####################################################################################
.PHONY: all clean clean-all
all:
-make -C a5gte all
clean:
make -C a5gte clean
clean-all:
make -C a5gte clean-all
####################################################################################
####################################################################################