X-Git-Url: https://robinkrens.nl/gitweb/?p=cortex-from-scratch;a=blobdiff_plain;f=Makefile;h=d6a161a61730e679d2250c8ca15c4d4ed42430f5;hp=630c2be0f52b478e9c293e1625c86eeb01dd0d09;hb=4055b7fa53aac93668e3c85b9424c17fb7e10faf;hpb=7999a79f849390b6c4352252b5243e73811cfc5f diff --git a/Makefile b/Makefile index 630c2be..d6a161a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ INCLUDE+= -Iinclude BIN = bin ODIR = obj -_OBJ = ivt.o systick.o sysinfo.o term.o main.o clock.o rtc.o +_OBJ = ivt.o systick.o sysinfo.o term.o main.o clock.o rtc.o heap.o OBJ = $(patsubst %, $(ODIR)/%,$(_OBJ)) DDIR = obj/drivers