Fix Makefile dependency issue with files in vhdl/*
authorAnton Blanchard <anton@linux.ibm.com>
Sun, 19 Jan 2020 23:50:45 +0000 (10:50 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Tue, 21 Jan 2020 00:27:16 +0000 (11:27 +1100)
commita4dbbfda4a68ad948ffccffd9adee3b08268d798
tree7ef22bfbfd99555685500e47fda78cdceaa95f6d
parentffca138b78ebed796495bc1160260a18247e190e
Fix Makefile dependency issue with files in vhdl/*

GHDL doesn't seem to have a way to specify the location of the object
file it writes, so right now they are all ending up in the root
directory. The Makefile rules did not reflect that, so make would
continually the files in fpga/*

Fix the rules to match what GHDL is doing.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
Makefile