pluto_hdl_adi/projects/motcon1_fmc/Makefile

24 lines
738 B
Makefile
Raw Normal View History

2015-04-01 20:27:00 +00:00
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
## Fri Apr 3 11:55:07 2015
2015-04-01 20:27:00 +00:00
####################################################################################
####################################################################################
.PHONY: all
all:
-make -C zed all
2015-04-01 20:27:00 +00:00
.PHONY: clean
clean: clean-all
.PHONY: clean-all
clean-all:
make -C zed clean-all
####################################################################################
####################################################################################