X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.bcc;fp=src%2FMakefile.bcc;h=6226c7a61bee5b69dd6c172efa47b422d8d71215;hb=91cde663b7f409992732876f773e46b9966b8207;hp=ce5d24a36b8070758e0d9b0688cccf494646b6f0;hpb=21928de9b63130b78a65f7fd66ae426c4dbfa612;p=fw%2Fsdcc diff --git a/src/Makefile.bcc b/src/Makefile.bcc index ce5d24a3..6226c7a6 100644 --- a/src/Makefile.bcc +++ b/src/Makefile.bcc @@ -7,8 +7,8 @@ PRJDIR = .. # !include $(PRJDIR)/Makefile.common -PORTS = mcs51 z80 -PORT_LIBS = mcs51/port.lib z80/port.lib +PORTS = mcs51 z80 avr +PORT_LIBS = mcs51/port.lib z80/port.lib avr/port.lib LIBS = -lgc LIBDIRS = -L$(PRJDIR)/support/gc