X-Git-Url: https://robinkrens.nl/gitweb/?p=lra-as-sensor;a=blobdiff_plain;f=Makefile;fp=Makefile;h=f8cbf9e4d7f592958df87a382a576380c4e7b207;hp=6b3bf06b15569d435747a64ee8f1956252ec9073;hb=b5003bc24fecbcdf437ddb7d8ef2b54f3649c6c2;hpb=5516dd3ac4a28c03b095101ff45f8787c895b847 diff --git a/Makefile b/Makefile index 6b3bf06..f8cbf9e 100644 --- a/Makefile +++ b/Makefile @@ -19,10 +19,10 @@ CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums LDFLAGS = -Wl,-Map,hbc.map TARGET_ARCH = -mmcu=$(MCU) -DEPS = +DEPS = haptic.h ODIR = obj -_OBJ = hbc.o +_OBJ = hbc.o haptic.o OBJ = $(patsubst %, $(ODIR)/%,$(_OBJ)) $(ODIR)/%.o: %.c $(DEPS)