X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/4c90390a786b738c0dc0b8d55e7cc2d857f625de..99b9687942367fd256a797bcd1f67fec07f92a37:/Makefile diff --git a/Makefile b/Makefile index 2779109..2c17e40 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ VLOGS = 7seg.v Framebuffer.v core/GBZ80Core.v Interrupt.v LCDC.v Sound1.v \ - Sound2.v Soundcore.v System.v Timer.v Uart.v Buttons.v PS2Button.v + Sound2.v Soundcore.v System.v Timer.v Uart.v Buttons.v PS2Button.v \ + Ethernet.v VLOGS_ALL = $(VLOGS) core/insn_call-callcc.v core/insn_incdec16.v \ core/insn_jr-jrcc.v core/insn_ld_reg_hl.v core/insn_ld_reg_reg.v \