hbc: added stub files
[lra-as-sensor] / Makefile
index 6b3bf06..f8cbf9e 100644 (file)
--- 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)