X-Git-Url: https://robinkrens.nl/gitweb/?p=cortex-from-scratch;a=blobdiff_plain;f=Makefile;h=678ac9000e07227007bb668add5ff8ccbb968185;hp=65c1294867472af4b50ab88a403d27fef1efc07d;hb=09e66bc2ce34038a3e47e1ade5413c5464a783cd;hpb=ab9b08cfd0df1ea1f596a01d45e98be854e58579 diff --git a/Makefile b/Makefile index 65c1294..678ac90 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ _OBJ = ivt.o systick.o sysinfo.o term.o main.o clock.o rtc.o OBJ = $(patsubst %, $(ODIR)/%,$(_OBJ)) DDIR = obj/drivers -_DRIVERS = uart.o tm1637.o led.o tsensor.o +_DRIVERS = uart.o tm1637.o led.o tsensor.o at24c.o DRIVERS = $(patsubst %, $(DDIR)/%,$(_DRIVERS)) LDIR = obj/lib