mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
Changed example makefiles to include common Makefile instead of adding additional targets
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
This commit is contained in:
parent
2af9d695a7
commit
052c10e2f2
3 changed files with 3 additions and 20 deletions
|
@ -17,10 +17,5 @@ else
|
|||
XDC := ${current_dir}/basys3.xdc
|
||||
endif
|
||||
|
||||
export
|
||||
|
||||
all:
|
||||
cd ../../common && $(MAKE)
|
||||
clean:
|
||||
cd ../../common && $(MAKE) clean
|
||||
include ${current_dir}/../../common/Makefile
|
||||
|
||||
|
|
|
@ -9,10 +9,4 @@ PCF := ${current_dir}/arty.pcf
|
|||
SDC := ${current_dir}/arty.sdc
|
||||
XDC := ${current_dir}/arty.xdc
|
||||
|
||||
export
|
||||
|
||||
all:
|
||||
cd ../../common && $(MAKE)
|
||||
|
||||
clean:
|
||||
cd ../../common && $(MAKE) clean
|
||||
include ${current_dir}/../../common/Makefile
|
|
@ -21,10 +21,4 @@ else
|
|||
PCF := ${current_dir}/basys3.pcf
|
||||
endif
|
||||
|
||||
export
|
||||
|
||||
all:
|
||||
cd ../../common && $(MAKE)
|
||||
|
||||
clean:
|
||||
cd ../../common && $(MAKE) clean
|
||||
include ${current_dir}/../../common/Makefile
|
Loading…
Reference in a new issue