core.mk 212 B

1234567891011121314
  1. CORE := video
  2. DEPS_video := misc
  3. RTL_SRCS_video := $(addprefix rtl/, \
  4. hdmi_phy_2x.v \
  5. hdmi_phy_4x.v \
  6. hdmi_text_2x.v \
  7. vid_shared_ram.v \
  8. vid_text.v \
  9. vid_tgen.v \
  10. )
  11. include $(ROOT)/build/core-magic.mk