summaryrefslogtreecommitdiffstats
path: root/fpga/hp_lcd_driver/artix7.mk
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/hp_lcd_driver/artix7.mk')
-rw-r--r--fpga/hp_lcd_driver/artix7.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/fpga/hp_lcd_driver/artix7.mk b/fpga/hp_lcd_driver/artix7.mk
index 8c83e78..c20c11d 100644
--- a/fpga/hp_lcd_driver/artix7.mk
+++ b/fpga/hp_lcd_driver/artix7.mk
@@ -19,6 +19,7 @@ SRCS= ${IP} \
debounce.vhdl \
delay.vhdl \
edge_det.vhdl \
+ common.vhdl \
hp_lcd_driver.vhdl \
input_formatter.vhdl \
input_stage.vhdl \
@@ -30,8 +31,7 @@ SRCS= ${IP} \
tmds_encode.vhdl \
tmds_output_artix7.vhdl \
tmds_phy_artix7.vhdl \
- vram_artix7.vhdl
-
+ vram_artix7.vhdl
OPENOCD=openocd -f openocd/${BOARD}.cfg
@@ -51,3 +51,6 @@ ${BUILD}/ip/%/stamp:artix7_ip/%.tcl
${BIT}: ${BUILD}/build.stamp
+
+clean:
+ /bin/rm -rf ${BUILD}